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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Grib2IndexProto.GribGdsSection.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Grib2IndexProto.GribGdsSection.Builder>
public Grib2IndexProto.GribGdsSection getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Grib2IndexProto.GribGdsSection build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Grib2IndexProto.GribGdsSection buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Grib2IndexProto.GribGdsSection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Grib2IndexProto.GribGdsSection.Builder>
java.io.IOException
public boolean hasGds()
required bytes gds = 2;
hasGds
in interface Grib2IndexProto.GribGdsSectionOrBuilder
public com.google.protobuf.ByteString getGds()
required bytes gds = 2;
getGds
in interface Grib2IndexProto.GribGdsSectionOrBuilder
public 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;