public static final class GcdmNetcdfProto.Group.Builder extends com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.Group.Builder> implements GcdmNetcdfProto.GroupOrBuilder
ucar.gcdm.Group| Modifier and Type | Method and Description |
|---|---|
GcdmNetcdfProto.Group.Builder |
addAllAttributes(java.lang.Iterable<? extends GcdmNetcdfProto.Attribute> values)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
addAllDimensions(java.lang.Iterable<? extends GcdmNetcdfProto.Dimension> values)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
addAllEnumTypes(java.lang.Iterable<? extends GcdmNetcdfProto.EnumTypedef> values)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
addAllGroups(java.lang.Iterable<? extends GcdmNetcdfProto.Group> values)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
addAllStructures(java.lang.Iterable<? extends GcdmNetcdfProto.Structure> values)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
addAllVariables(java.lang.Iterable<? extends GcdmNetcdfProto.Variable> values)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Group.Builder |
addAttributes(GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
addAttributes(GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
addAttributes(int index,
GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
addAttributes(int index,
GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Attribute.Builder |
addAttributesBuilder()
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Attribute.Builder |
addAttributesBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
addDimensions(GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
addDimensions(GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
addDimensions(int index,
GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
addDimensions(int index,
GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Dimension.Builder |
addDimensionsBuilder()
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Dimension.Builder |
addDimensionsBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
addEnumTypes(GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
addEnumTypes(GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
addEnumTypes(int index,
GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
addEnumTypes(int index,
GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.EnumTypedef.Builder |
addEnumTypesBuilder()
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.EnumTypedef.Builder |
addEnumTypesBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
addGroups(GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
addGroups(GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
addGroups(int index,
GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
addGroups(int index,
GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
addGroupsBuilder()
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
addGroupsBuilder(int index)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
addStructures(GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
addStructures(GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
addStructures(int index,
GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
addStructures(int index,
GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Structure.Builder |
addStructuresBuilder()
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Structure.Builder |
addStructuresBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
addVariables(GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Group.Builder |
addVariables(GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Group.Builder |
addVariables(int index,
GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Group.Builder |
addVariables(int index,
GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Variable.Builder |
addVariablesBuilder()
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Variable.Builder |
addVariablesBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Group |
build() |
GcdmNetcdfProto.Group |
buildPartial() |
GcdmNetcdfProto.Group.Builder |
clear() |
GcdmNetcdfProto.Group.Builder |
clearAttributes()
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
clearDimensions()
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
clearEnumTypes()
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
clearGroups()
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
clearName()
short name
|
GcdmNetcdfProto.Group.Builder |
clearStructures()
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
clearVariables()
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Attribute |
getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Attribute.Builder |
getAttributesBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5; |
java.util.List<GcdmNetcdfProto.Attribute.Builder> |
getAttributesBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5; |
int |
getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5; |
java.util.List<GcdmNetcdfProto.Attribute> |
getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.AttributeOrBuilder |
getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5; |
java.util.List<? extends GcdmNetcdfProto.AttributeOrBuilder> |
getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
GcdmNetcdfProto.Dimension |
getDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Dimension.Builder |
getDimensionsBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2; |
java.util.List<GcdmNetcdfProto.Dimension.Builder> |
getDimensionsBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2; |
int |
getDimensionsCount()
repeated .ucar.gcdm.Dimension dimensions = 2; |
java.util.List<GcdmNetcdfProto.Dimension> |
getDimensionsList()
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.DimensionOrBuilder |
getDimensionsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2; |
java.util.List<? extends GcdmNetcdfProto.DimensionOrBuilder> |
getDimensionsOrBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.EnumTypedef |
getEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.EnumTypedef.Builder |
getEnumTypesBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
java.util.List<GcdmNetcdfProto.EnumTypedef.Builder> |
getEnumTypesBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
int |
getEnumTypesCount()
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
java.util.List<GcdmNetcdfProto.EnumTypedef> |
getEnumTypesList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.EnumTypedefOrBuilder |
getEnumTypesOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
java.util.List<? extends GcdmNetcdfProto.EnumTypedefOrBuilder> |
getEnumTypesOrBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group |
getGroups(int index)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
getGroupsBuilder(int index)
repeated .ucar.gcdm.Group groups = 6; |
java.util.List<GcdmNetcdfProto.Group.Builder> |
getGroupsBuilderList()
repeated .ucar.gcdm.Group groups = 6; |
int |
getGroupsCount()
repeated .ucar.gcdm.Group groups = 6; |
java.util.List<GcdmNetcdfProto.Group> |
getGroupsList()
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.GroupOrBuilder |
getGroupsOrBuilder(int index)
repeated .ucar.gcdm.Group groups = 6; |
java.util.List<? extends GcdmNetcdfProto.GroupOrBuilder> |
getGroupsOrBuilderList()
repeated .ucar.gcdm.Group groups = 6; |
java.lang.String |
getName()
short name
|
com.google.protobuf.ByteString |
getNameBytes()
short name
|
GcdmNetcdfProto.Structure |
getStructures(int index)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Structure.Builder |
getStructuresBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4; |
java.util.List<GcdmNetcdfProto.Structure.Builder> |
getStructuresBuilderList()
repeated .ucar.gcdm.Structure structures = 4; |
int |
getStructuresCount()
repeated .ucar.gcdm.Structure structures = 4; |
java.util.List<GcdmNetcdfProto.Structure> |
getStructuresList()
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.StructureOrBuilder |
getStructuresOrBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4; |
java.util.List<? extends GcdmNetcdfProto.StructureOrBuilder> |
getStructuresOrBuilderList()
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Variable |
getVariables(int index)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Variable.Builder |
getVariablesBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3; |
java.util.List<GcdmNetcdfProto.Variable.Builder> |
getVariablesBuilderList()
repeated .ucar.gcdm.Variable variables = 3; |
int |
getVariablesCount()
repeated .ucar.gcdm.Variable variables = 3; |
java.util.List<GcdmNetcdfProto.Variable> |
getVariablesList()
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.VariableOrBuilder |
getVariablesOrBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3; |
java.util.List<? extends GcdmNetcdfProto.VariableOrBuilder> |
getVariablesOrBuilderList()
repeated .ucar.gcdm.Variable variables = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GcdmNetcdfProto.Group.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GcdmNetcdfProto.Group.Builder |
mergeFrom(GcdmNetcdfProto.Group other) |
GcdmNetcdfProto.Group.Builder |
mergeFrom(com.google.protobuf.Message other) |
GcdmNetcdfProto.Group.Builder |
removeAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
removeDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
removeEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
removeGroups(int index)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
removeStructures(int index)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
removeVariables(int index)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Group.Builder |
setAttributes(int index,
GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
setAttributes(int index,
GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5; |
GcdmNetcdfProto.Group.Builder |
setDimensions(int index,
GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
setDimensions(int index,
GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2; |
GcdmNetcdfProto.Group.Builder |
setEnumTypes(int index,
GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
setEnumTypes(int index,
GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
setGroups(int index,
GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
setGroups(int index,
GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
setName(java.lang.String value)
short name
|
GcdmNetcdfProto.Group.Builder |
setNameBytes(com.google.protobuf.ByteString value)
short name
|
GcdmNetcdfProto.Group.Builder |
setStructures(int index,
GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
setStructures(int index,
GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4; |
GcdmNetcdfProto.Group.Builder |
setVariables(int index,
GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3; |
GcdmNetcdfProto.Group.Builder |
setVariables(int index,
GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3; |
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<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.Group.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<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GcdmNetcdfProto.Group build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GcdmNetcdfProto.Group buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GcdmNetcdfProto.Group.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder mergeFrom(GcdmNetcdfProto.Group other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.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<GcdmNetcdfProto.Group.Builder>java.io.IOExceptionpublic java.lang.String getName()
short name
string name = 1;getName in interface GcdmNetcdfProto.GroupOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;getNameBytes in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setName(java.lang.String value)
short name
string name = 1;value - The name to set.public GcdmNetcdfProto.Group.Builder clearName()
short name
string name = 1;public GcdmNetcdfProto.Group.Builder setNameBytes(com.google.protobuf.ByteString value)
short name
string name = 1;value - The bytes for name to set.public java.util.List<GcdmNetcdfProto.Dimension> getDimensionsList()
repeated .ucar.gcdm.Dimension dimensions = 2;getDimensionsList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getDimensionsCount()
repeated .ucar.gcdm.Dimension dimensions = 2;getDimensionsCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Dimension getDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;getDimensions in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setDimensions(int index, GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder setDimensions(int index, GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder addDimensions(GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder addDimensions(int index, GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder addDimensions(GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder addDimensions(int index, GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder addAllDimensions(java.lang.Iterable<? extends GcdmNetcdfProto.Dimension> values)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder clearDimensions()
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Group.Builder removeDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Dimension.Builder getDimensionsBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.DimensionOrBuilder getDimensionsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;getDimensionsOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic java.util.List<? extends GcdmNetcdfProto.DimensionOrBuilder> getDimensionsOrBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2;getDimensionsOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Dimension.Builder addDimensionsBuilder()
repeated .ucar.gcdm.Dimension dimensions = 2;public GcdmNetcdfProto.Dimension.Builder addDimensionsBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;public java.util.List<GcdmNetcdfProto.Dimension.Builder> getDimensionsBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2;public java.util.List<GcdmNetcdfProto.Variable> getVariablesList()
repeated .ucar.gcdm.Variable variables = 3;getVariablesList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getVariablesCount()
repeated .ucar.gcdm.Variable variables = 3;getVariablesCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Variable getVariables(int index)
repeated .ucar.gcdm.Variable variables = 3;getVariables in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setVariables(int index, GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder setVariables(int index, GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder addVariables(GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder addVariables(int index, GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder addVariables(GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder addVariables(int index, GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder addAllVariables(java.lang.Iterable<? extends GcdmNetcdfProto.Variable> values)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder clearVariables()
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Group.Builder removeVariables(int index)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Variable.Builder getVariablesBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.VariableOrBuilder getVariablesOrBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;getVariablesOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic java.util.List<? extends GcdmNetcdfProto.VariableOrBuilder> getVariablesOrBuilderList()
repeated .ucar.gcdm.Variable variables = 3;getVariablesOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Variable.Builder addVariablesBuilder()
repeated .ucar.gcdm.Variable variables = 3;public GcdmNetcdfProto.Variable.Builder addVariablesBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;public java.util.List<GcdmNetcdfProto.Variable.Builder> getVariablesBuilderList()
repeated .ucar.gcdm.Variable variables = 3;public java.util.List<GcdmNetcdfProto.Structure> getStructuresList()
repeated .ucar.gcdm.Structure structures = 4;getStructuresList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getStructuresCount()
repeated .ucar.gcdm.Structure structures = 4;getStructuresCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Structure getStructures(int index)
repeated .ucar.gcdm.Structure structures = 4;getStructures in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setStructures(int index, GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder setStructures(int index, GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder addStructures(GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder addStructures(int index, GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder addStructures(GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder addStructures(int index, GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder addAllStructures(java.lang.Iterable<? extends GcdmNetcdfProto.Structure> values)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder clearStructures()
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Group.Builder removeStructures(int index)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Structure.Builder getStructuresBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.StructureOrBuilder getStructuresOrBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;getStructuresOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic java.util.List<? extends GcdmNetcdfProto.StructureOrBuilder> getStructuresOrBuilderList()
repeated .ucar.gcdm.Structure structures = 4;getStructuresOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Structure.Builder addStructuresBuilder()
repeated .ucar.gcdm.Structure structures = 4;public GcdmNetcdfProto.Structure.Builder addStructuresBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;public java.util.List<GcdmNetcdfProto.Structure.Builder> getStructuresBuilderList()
repeated .ucar.gcdm.Structure structures = 4;public java.util.List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5;getAttributesList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5;getAttributesCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;getAttributes in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setAttributes(int index, GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder setAttributes(int index, GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder addAttributes(GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder addAttributes(int index, GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder addAttributes(GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder addAttributes(int index, GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder addAllAttributes(java.lang.Iterable<? extends GcdmNetcdfProto.Attribute> values)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder clearAttributes()
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Group.Builder removeAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Attribute.Builder getAttributesBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;getAttributesOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic java.util.List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;getAttributesOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Attribute.Builder addAttributesBuilder()
repeated .ucar.gcdm.Attribute attributes = 5;public GcdmNetcdfProto.Attribute.Builder addAttributesBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;public java.util.List<GcdmNetcdfProto.Attribute.Builder> getAttributesBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;public java.util.List<GcdmNetcdfProto.Group> getGroupsList()
repeated .ucar.gcdm.Group groups = 6;getGroupsList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getGroupsCount()
repeated .ucar.gcdm.Group groups = 6;getGroupsCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group getGroups(int index)
repeated .ucar.gcdm.Group groups = 6;getGroups in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setGroups(int index, GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder setGroups(int index, GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder addGroups(GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder addGroups(int index, GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder addGroups(GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder addGroups(int index, GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder addAllGroups(java.lang.Iterable<? extends GcdmNetcdfProto.Group> values)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder clearGroups()
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder removeGroups(int index)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder getGroupsBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;getGroupsOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic java.util.List<? extends GcdmNetcdfProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .ucar.gcdm.Group groups = 6;getGroupsOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder addGroupsBuilder()
repeated .ucar.gcdm.Group groups = 6;public GcdmNetcdfProto.Group.Builder addGroupsBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;public java.util.List<GcdmNetcdfProto.Group.Builder> getGroupsBuilderList()
repeated .ucar.gcdm.Group groups = 6;public java.util.List<GcdmNetcdfProto.EnumTypedef> getEnumTypesList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;getEnumTypesList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getEnumTypesCount()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;getEnumTypesCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.EnumTypedef getEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;getEnumTypes in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setEnumTypes(int index, GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder setEnumTypes(int index, GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder addEnumTypes(GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder addEnumTypes(int index, GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder addEnumTypes(GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder addEnumTypes(int index, GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder addAllEnumTypes(java.lang.Iterable<? extends GcdmNetcdfProto.EnumTypedef> values)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder clearEnumTypes()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.Group.Builder removeEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.EnumTypedef.Builder getEnumTypesBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;getEnumTypesOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic java.util.List<? extends GcdmNetcdfProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;getEnumTypesOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.EnumTypedef.Builder addEnumTypesBuilder()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public GcdmNetcdfProto.EnumTypedef.Builder addEnumTypesBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public java.util.List<GcdmNetcdfProto.EnumTypedef.Builder> getEnumTypesBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;