public static final class GribCollectionProto.Dataset.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder> implements GribCollectionProto.DatasetOrBuilder
Dataset
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.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.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public GribCollectionProto.Dataset build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public GribCollectionProto.Dataset buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public GribCollectionProto.Dataset.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.Builder mergeFrom(GribCollectionProto.Dataset other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public GribCollectionProto.Dataset.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<GribCollectionProto.Dataset.Builder>
java.io.IOException
public int getTypeValue()
.Dataset.Type type = 1;
getTypeValue
in interface GribCollectionProto.DatasetOrBuilder
public GribCollectionProto.Dataset.Builder setTypeValue(int value)
.Dataset.Type type = 1;
value
- The enum numeric value on the wire for type to set.public GribCollectionProto.Dataset.Type getType()
.Dataset.Type type = 1;
getType
in interface GribCollectionProto.DatasetOrBuilder
public GribCollectionProto.Dataset.Builder setType(GribCollectionProto.Dataset.Type value)
.Dataset.Type type = 1;
value
- The type to set.public GribCollectionProto.Dataset.Builder clearType()
.Dataset.Type type = 1;
public java.util.List<GribCollectionProto.Group> getGroupsList()
repeated .Group groups = 2;
getGroupsList
in interface GribCollectionProto.DatasetOrBuilder
public int getGroupsCount()
repeated .Group groups = 2;
getGroupsCount
in interface GribCollectionProto.DatasetOrBuilder
public GribCollectionProto.Group getGroups(int index)
repeated .Group groups = 2;
getGroups
in interface GribCollectionProto.DatasetOrBuilder
public GribCollectionProto.Dataset.Builder setGroups(int index, GribCollectionProto.Group value)
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder setGroups(int index, GribCollectionProto.Group.Builder builderForValue)
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder addGroups(GribCollectionProto.Group value)
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder addGroups(int index, GribCollectionProto.Group value)
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder addGroups(GribCollectionProto.Group.Builder builderForValue)
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder addGroups(int index, GribCollectionProto.Group.Builder builderForValue)
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder addAllGroups(java.lang.Iterable<? extends GribCollectionProto.Group> values)
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder clearGroups()
repeated .Group groups = 2;
public GribCollectionProto.Dataset.Builder removeGroups(int index)
repeated .Group groups = 2;
public GribCollectionProto.Group.Builder getGroupsBuilder(int index)
repeated .Group groups = 2;
public GribCollectionProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .Group groups = 2;
getGroupsOrBuilder
in interface GribCollectionProto.DatasetOrBuilder
public java.util.List<? extends GribCollectionProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .Group groups = 2;
getGroupsOrBuilderList
in interface GribCollectionProto.DatasetOrBuilder
public GribCollectionProto.Group.Builder addGroupsBuilder()
repeated .Group groups = 2;
public GribCollectionProto.Group.Builder addGroupsBuilder(int index)
repeated .Group groups = 2;
public java.util.List<GribCollectionProto.Group.Builder> getGroupsBuilderList()
repeated .Group groups = 2;
public final GribCollectionProto.Dataset.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>
public final GribCollectionProto.Dataset.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<GribCollectionProto.Dataset.Builder>