public static final class Grib2IndexProto.GribGdsSection.Builder extends com.google.protobuf.GeneratedMessage.Builder<Grib2IndexProto.GribGdsSection.Builder> implements Grib2IndexProto.GribGdsSectionOrBuilder
GribGdsSection| Modifier and Type | Method and Description |
|---|---|
Grib2IndexProto.GribGdsSection |
build() |
Grib2IndexProto.GribGdsSection |
buildPartial() |
Grib2IndexProto.GribGdsSection.Builder |
clear() |
Grib2IndexProto.GribGdsSection.Builder |
clearGds()
required bytes gds = 2; |
Grib2IndexProto.GribGdsSection |
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() |
Grib2IndexProto.GribGdsSection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Grib2IndexProto.GribGdsSection.Builder |
mergeFrom(Grib2IndexProto.GribGdsSection other) |
Grib2IndexProto.GribGdsSection.Builder |
mergeFrom(com.google.protobuf.Message other) |
Grib2IndexProto.GribGdsSection.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<Grib2IndexProto.GribGdsSection.Builder>public Grib2IndexProto.GribGdsSection.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<Grib2IndexProto.GribGdsSection.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<Grib2IndexProto.GribGdsSection.Builder>public Grib2IndexProto.GribGdsSection getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Grib2IndexProto.GribGdsSection build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Grib2IndexProto.GribGdsSection buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Grib2IndexProto.GribGdsSection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Grib2IndexProto.GribGdsSection.Builder>public Grib2IndexProto.GribGdsSection.Builder mergeFrom(Grib2IndexProto.GribGdsSection other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<Grib2IndexProto.GribGdsSection.Builder>public Grib2IndexProto.GribGdsSection.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<Grib2IndexProto.GribGdsSection.Builder>java.io.IOExceptionpublic boolean hasGds()
required bytes gds = 2;hasGds in interface Grib2IndexProto.GribGdsSectionOrBuilderpublic com.google.protobuf.ByteString getGds()
required bytes gds = 2;getGds in interface Grib2IndexProto.GribGdsSectionOrBuilderpublic Grib2IndexProto.GribGdsSection.Builder setGds(com.google.protobuf.ByteString value)
required bytes gds = 2;value - The gds to set.public Grib2IndexProto.GribGdsSection.Builder clearGds()
required bytes gds = 2;