public static final class Grib1IndexProto.Grib1GdsSection.Builder extends com.google.protobuf.GeneratedMessage.Builder<Grib1IndexProto.Grib1GdsSection.Builder> implements Grib1IndexProto.Grib1GdsSectionOrBuilder
Grib1GdsSection| Modifier and Type | Method and Description |
|---|---|
Grib1IndexProto.Grib1GdsSection |
build() |
Grib1IndexProto.Grib1GdsSection |
buildPartial() |
Grib1IndexProto.Grib1GdsSection.Builder |
clear() |
Grib1IndexProto.Grib1GdsSection.Builder |
clearGds()
required bytes gds = 2; |
Grib1IndexProto.Grib1GdsSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getGds()
required bytes gds = 2; |
boolean |
hasGds()
required bytes gds = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Grib1IndexProto.Grib1GdsSection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grib1IndexProto.Grib1GdsSection.Builder |
mergeFrom(Grib1IndexProto.Grib1GdsSection other) |
Grib1IndexProto.Grib1GdsSection.Builder |
mergeFrom(com.google.protobuf.Message other) |
Grib1IndexProto.Grib1GdsSection.Builder |
setGds(com.google.protobuf.ByteString value)
required bytes gds = 2; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Grib1IndexProto.Grib1GdsSection.Builder>public Grib1IndexProto.Grib1GdsSection.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Grib1IndexProto.Grib1GdsSection.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Grib1IndexProto.Grib1GdsSection.Builder>public Grib1IndexProto.Grib1GdsSection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Grib1IndexProto.Grib1GdsSection build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Grib1IndexProto.Grib1GdsSection buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Grib1IndexProto.Grib1GdsSection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Grib1IndexProto.Grib1GdsSection.Builder>public Grib1IndexProto.Grib1GdsSection.Builder mergeFrom(Grib1IndexProto.Grib1GdsSection other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Grib1IndexProto.Grib1GdsSection.Builder>public Grib1IndexProto.Grib1GdsSection.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Grib1IndexProto.Grib1GdsSection.Builder>java.io.IOExceptionpublic boolean hasGds()
required bytes gds = 2;hasGds in interface Grib1IndexProto.Grib1GdsSectionOrBuilderpublic com.google.protobuf.ByteString getGds()
required bytes gds = 2;getGds in interface Grib1IndexProto.Grib1GdsSectionOrBuilderpublic Grib1IndexProto.Grib1GdsSection.Builder setGds(com.google.protobuf.ByteString value)
required bytes gds = 2;value - The gds to set.public Grib1IndexProto.Grib1GdsSection.Builder clearGds()
required bytes gds = 2;