Package ucar.gcdm
Class GcdmNetcdfProto.Group.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>
-
- ucar.gcdm.GcdmNetcdfProto.Group.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,GcdmNetcdfProto.GroupOrBuilder
- Enclosing class:
- GcdmNetcdfProto.Group
public static final class GcdmNetcdfProto.Group.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder> implements GcdmNetcdfProto.GroupOrBuilder
Protobuf typeucar.gcdm.Group
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GcdmNetcdfProto.Group.Builder
addAllAttributes(Iterable<? extends GcdmNetcdfProto.Attribute> values)
repeated .ucar.gcdm.Attribute attributes = 5;
GcdmNetcdfProto.Group.Builder
addAllDimensions(Iterable<? extends GcdmNetcdfProto.Dimension> values)
repeated .ucar.gcdm.Dimension dimensions = 2;
GcdmNetcdfProto.Group.Builder
addAllEnumTypes(Iterable<? extends GcdmNetcdfProto.EnumTypedef> values)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
GcdmNetcdfProto.Group.Builder
addAllGroups(Iterable<? extends GcdmNetcdfProto.Group> values)
repeated .ucar.gcdm.Group groups = 6;
GcdmNetcdfProto.Group.Builder
addAllStructures(Iterable<? extends GcdmNetcdfProto.Structure> values)
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.Group.Builder
addAllVariables(Iterable<? extends GcdmNetcdfProto.Variable> values)
repeated .ucar.gcdm.Variable variables = 3;
GcdmNetcdfProto.Group.Builder
addAttributes(int index, 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(GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5;
GcdmNetcdfProto.Group.Builder
addAttributes(GcdmNetcdfProto.Attribute.Builder builderForValue)
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(int index, 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(GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;
GcdmNetcdfProto.Group.Builder
addDimensions(GcdmNetcdfProto.Dimension.Builder builderForValue)
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(int index, 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(GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
GcdmNetcdfProto.Group.Builder
addEnumTypes(GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
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(int index, 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(GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;
GcdmNetcdfProto.Group.Builder
addGroups(GcdmNetcdfProto.Group.Builder builderForValue)
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(int index, 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(GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.Group.Builder
addStructures(GcdmNetcdfProto.Structure.Builder builderForValue)
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(int index, 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(GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;
GcdmNetcdfProto.Group.Builder
addVariables(GcdmNetcdfProto.Variable.Builder builderForValue)
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 nameGcdmNetcdfProto.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;
List<GcdmNetcdfProto.Attribute.Builder>
getAttributesBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;
int
getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5;
List<GcdmNetcdfProto.Attribute>
getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5;
GcdmNetcdfProto.AttributeOrBuilder
getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
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;
List<GcdmNetcdfProto.Dimension.Builder>
getDimensionsBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2;
int
getDimensionsCount()
repeated .ucar.gcdm.Dimension dimensions = 2;
List<GcdmNetcdfProto.Dimension>
getDimensionsList()
repeated .ucar.gcdm.Dimension dimensions = 2;
GcdmNetcdfProto.DimensionOrBuilder
getDimensionsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
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;
List<GcdmNetcdfProto.EnumTypedef.Builder>
getEnumTypesBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
int
getEnumTypesCount()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
List<GcdmNetcdfProto.EnumTypedef>
getEnumTypesList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
GcdmNetcdfProto.EnumTypedefOrBuilder
getEnumTypesOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
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;
List<GcdmNetcdfProto.Group.Builder>
getGroupsBuilderList()
repeated .ucar.gcdm.Group groups = 6;
int
getGroupsCount()
repeated .ucar.gcdm.Group groups = 6;
List<GcdmNetcdfProto.Group>
getGroupsList()
repeated .ucar.gcdm.Group groups = 6;
GcdmNetcdfProto.GroupOrBuilder
getGroupsOrBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;
List<? extends GcdmNetcdfProto.GroupOrBuilder>
getGroupsOrBuilderList()
repeated .ucar.gcdm.Group groups = 6;
String
getName()
short namecom.google.protobuf.ByteString
getNameBytes()
short nameGcdmNetcdfProto.Structure
getStructures(int index)
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.Structure.Builder
getStructuresBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;
List<GcdmNetcdfProto.Structure.Builder>
getStructuresBuilderList()
repeated .ucar.gcdm.Structure structures = 4;
int
getStructuresCount()
repeated .ucar.gcdm.Structure structures = 4;
List<GcdmNetcdfProto.Structure>
getStructuresList()
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.StructureOrBuilder
getStructuresOrBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;
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;
List<GcdmNetcdfProto.Variable.Builder>
getVariablesBuilderList()
repeated .ucar.gcdm.Variable variables = 3;
int
getVariablesCount()
repeated .ucar.gcdm.Variable variables = 3;
List<GcdmNetcdfProto.Variable>
getVariablesList()
repeated .ucar.gcdm.Variable variables = 3;
GcdmNetcdfProto.VariableOrBuilder
getVariablesOrBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;
List<? extends GcdmNetcdfProto.VariableOrBuilder>
getVariablesOrBuilderList()
repeated .ucar.gcdm.Variable variables = 3;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
GcdmNetcdfProto.Group.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GcdmNetcdfProto.Group.Builder
mergeFrom(com.google.protobuf.Message other)
GcdmNetcdfProto.Group.Builder
mergeFrom(GcdmNetcdfProto.Group other)
GcdmNetcdfProto.Group.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
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 value)
repeated .ucar.gcdm.Attribute attributes = 5;
GcdmNetcdfProto.Group.Builder
setAttributes(int index, GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5;
GcdmNetcdfProto.Group.Builder
setDimensions(int index, GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;
GcdmNetcdfProto.Group.Builder
setDimensions(int index, GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2;
GcdmNetcdfProto.Group.Builder
setEnumTypes(int index, GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
GcdmNetcdfProto.Group.Builder
setEnumTypes(int index, GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
GcdmNetcdfProto.Group.Builder
setGroups(int index, GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;
GcdmNetcdfProto.Group.Builder
setGroups(int index, GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6;
GcdmNetcdfProto.Group.Builder
setName(String value)
short nameGcdmNetcdfProto.Group.Builder
setNameBytes(com.google.protobuf.ByteString value)
short nameGcdmNetcdfProto.Group.Builder
setStructures(int index, GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.Group.Builder
setStructures(int index, GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4;
GcdmNetcdfProto.Group.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GcdmNetcdfProto.Group.Builder
setVariables(int index, GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;
GcdmNetcdfProto.Group.Builder
setVariables(int index, GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3;
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>
-
clear
public GcdmNetcdfProto.Group.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>
-
getDefaultInstanceForType
public GcdmNetcdfProto.Group getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public GcdmNetcdfProto.Group build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GcdmNetcdfProto.Group buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public GcdmNetcdfProto.Group.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GcdmNetcdfProto.Group.Builder>
-
mergeFrom
public GcdmNetcdfProto.Group.Builder mergeFrom(GcdmNetcdfProto.Group other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>
-
mergeFrom
public GcdmNetcdfProto.Group.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GcdmNetcdfProto.Group.Builder>
- Throws:
IOException
-
getName
public String getName()
short name
string name = 1;
- Specified by:
getName
in interfaceGcdmNetcdfProto.GroupOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;
- Specified by:
getNameBytes
in interfaceGcdmNetcdfProto.GroupOrBuilder
- Returns:
- The bytes for name.
-
setName
public GcdmNetcdfProto.Group.Builder setName(String value)
short name
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public GcdmNetcdfProto.Group.Builder clearName()
short name
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
public GcdmNetcdfProto.Group.Builder setNameBytes(com.google.protobuf.ByteString value)
short name
string name = 1;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getDimensionsList
public List<GcdmNetcdfProto.Dimension> getDimensionsList()
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getDimensionsCount
public int getDimensionsCount()
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getDimensions
public GcdmNetcdfProto.Dimension getDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensions
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
setDimensions
public GcdmNetcdfProto.Group.Builder setDimensions(int index, GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
setDimensions
public GcdmNetcdfProto.Group.Builder setDimensions(int index, GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
addDimensions
public GcdmNetcdfProto.Group.Builder addDimensions(GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
addDimensions
public GcdmNetcdfProto.Group.Builder addDimensions(int index, GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
addDimensions
public GcdmNetcdfProto.Group.Builder addDimensions(GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
addDimensions
public GcdmNetcdfProto.Group.Builder addDimensions(int index, GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
addAllDimensions
public GcdmNetcdfProto.Group.Builder addAllDimensions(Iterable<? extends GcdmNetcdfProto.Dimension> values)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
clearDimensions
public GcdmNetcdfProto.Group.Builder clearDimensions()
repeated .ucar.gcdm.Dimension dimensions = 2;
-
removeDimensions
public GcdmNetcdfProto.Group.Builder removeDimensions(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
getDimensionsBuilder
public GcdmNetcdfProto.Dimension.Builder getDimensionsBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
getDimensionsOrBuilder
public GcdmNetcdfProto.DimensionOrBuilder getDimensionsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getDimensionsOrBuilderList
public List<? extends GcdmNetcdfProto.DimensionOrBuilder> getDimensionsOrBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2;
- Specified by:
getDimensionsOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
addDimensionsBuilder
public GcdmNetcdfProto.Dimension.Builder addDimensionsBuilder()
repeated .ucar.gcdm.Dimension dimensions = 2;
-
addDimensionsBuilder
public GcdmNetcdfProto.Dimension.Builder addDimensionsBuilder(int index)
repeated .ucar.gcdm.Dimension dimensions = 2;
-
getDimensionsBuilderList
public List<GcdmNetcdfProto.Dimension.Builder> getDimensionsBuilderList()
repeated .ucar.gcdm.Dimension dimensions = 2;
-
getVariablesList
public List<GcdmNetcdfProto.Variable> getVariablesList()
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariablesCount
public int getVariablesCount()
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariables
public GcdmNetcdfProto.Variable getVariables(int index)
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariables
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
setVariables
public GcdmNetcdfProto.Group.Builder setVariables(int index, GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;
-
setVariables
public GcdmNetcdfProto.Group.Builder setVariables(int index, GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3;
-
addVariables
public GcdmNetcdfProto.Group.Builder addVariables(GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;
-
addVariables
public GcdmNetcdfProto.Group.Builder addVariables(int index, GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable variables = 3;
-
addVariables
public GcdmNetcdfProto.Group.Builder addVariables(GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3;
-
addVariables
public GcdmNetcdfProto.Group.Builder addVariables(int index, GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable variables = 3;
-
addAllVariables
public GcdmNetcdfProto.Group.Builder addAllVariables(Iterable<? extends GcdmNetcdfProto.Variable> values)
repeated .ucar.gcdm.Variable variables = 3;
-
clearVariables
public GcdmNetcdfProto.Group.Builder clearVariables()
repeated .ucar.gcdm.Variable variables = 3;
-
removeVariables
public GcdmNetcdfProto.Group.Builder removeVariables(int index)
repeated .ucar.gcdm.Variable variables = 3;
-
getVariablesBuilder
public GcdmNetcdfProto.Variable.Builder getVariablesBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;
-
getVariablesOrBuilder
public GcdmNetcdfProto.VariableOrBuilder getVariablesOrBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getVariablesOrBuilderList
public List<? extends GcdmNetcdfProto.VariableOrBuilder> getVariablesOrBuilderList()
repeated .ucar.gcdm.Variable variables = 3;
- Specified by:
getVariablesOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
addVariablesBuilder
public GcdmNetcdfProto.Variable.Builder addVariablesBuilder()
repeated .ucar.gcdm.Variable variables = 3;
-
addVariablesBuilder
public GcdmNetcdfProto.Variable.Builder addVariablesBuilder(int index)
repeated .ucar.gcdm.Variable variables = 3;
-
getVariablesBuilderList
public List<GcdmNetcdfProto.Variable.Builder> getVariablesBuilderList()
repeated .ucar.gcdm.Variable variables = 3;
-
getStructuresList
public List<GcdmNetcdfProto.Structure> getStructuresList()
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructuresCount
public int getStructuresCount()
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructures
public GcdmNetcdfProto.Structure getStructures(int index)
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructures
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
setStructures
public GcdmNetcdfProto.Group.Builder setStructures(int index, GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;
-
setStructures
public GcdmNetcdfProto.Group.Builder setStructures(int index, GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4;
-
addStructures
public GcdmNetcdfProto.Group.Builder addStructures(GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;
-
addStructures
public GcdmNetcdfProto.Group.Builder addStructures(int index, GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structures = 4;
-
addStructures
public GcdmNetcdfProto.Group.Builder addStructures(GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4;
-
addStructures
public GcdmNetcdfProto.Group.Builder addStructures(int index, GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structures = 4;
-
addAllStructures
public GcdmNetcdfProto.Group.Builder addAllStructures(Iterable<? extends GcdmNetcdfProto.Structure> values)
repeated .ucar.gcdm.Structure structures = 4;
-
clearStructures
public GcdmNetcdfProto.Group.Builder clearStructures()
repeated .ucar.gcdm.Structure structures = 4;
-
removeStructures
public GcdmNetcdfProto.Group.Builder removeStructures(int index)
repeated .ucar.gcdm.Structure structures = 4;
-
getStructuresBuilder
public GcdmNetcdfProto.Structure.Builder getStructuresBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;
-
getStructuresOrBuilder
public GcdmNetcdfProto.StructureOrBuilder getStructuresOrBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getStructuresOrBuilderList
public List<? extends GcdmNetcdfProto.StructureOrBuilder> getStructuresOrBuilderList()
repeated .ucar.gcdm.Structure structures = 4;
- Specified by:
getStructuresOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
addStructuresBuilder
public GcdmNetcdfProto.Structure.Builder addStructuresBuilder()
repeated .ucar.gcdm.Structure structures = 4;
-
addStructuresBuilder
public GcdmNetcdfProto.Structure.Builder addStructuresBuilder(int index)
repeated .ucar.gcdm.Structure structures = 4;
-
getStructuresBuilderList
public List<GcdmNetcdfProto.Structure.Builder> getStructuresBuilderList()
repeated .ucar.gcdm.Structure structures = 4;
-
getAttributesList
public List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributesCount
public int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributes
public GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributes
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
setAttributes
public GcdmNetcdfProto.Group.Builder setAttributes(int index, GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5;
-
setAttributes
public GcdmNetcdfProto.Group.Builder setAttributes(int index, GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5;
-
addAttributes
public GcdmNetcdfProto.Group.Builder addAttributes(GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5;
-
addAttributes
public GcdmNetcdfProto.Group.Builder addAttributes(int index, GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute attributes = 5;
-
addAttributes
public GcdmNetcdfProto.Group.Builder addAttributes(GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5;
-
addAttributes
public GcdmNetcdfProto.Group.Builder addAttributes(int index, GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute attributes = 5;
-
addAllAttributes
public GcdmNetcdfProto.Group.Builder addAllAttributes(Iterable<? extends GcdmNetcdfProto.Attribute> values)
repeated .ucar.gcdm.Attribute attributes = 5;
-
clearAttributes
public GcdmNetcdfProto.Group.Builder clearAttributes()
repeated .ucar.gcdm.Attribute attributes = 5;
-
removeAttributes
public GcdmNetcdfProto.Group.Builder removeAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
-
getAttributesBuilder
public GcdmNetcdfProto.Attribute.Builder getAttributesBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
-
getAttributesOrBuilder
public GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getAttributesOrBuilderList
public List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;
- Specified by:
getAttributesOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
addAttributesBuilder
public GcdmNetcdfProto.Attribute.Builder addAttributesBuilder()
repeated .ucar.gcdm.Attribute attributes = 5;
-
addAttributesBuilder
public GcdmNetcdfProto.Attribute.Builder addAttributesBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 5;
-
getAttributesBuilderList
public List<GcdmNetcdfProto.Attribute.Builder> getAttributesBuilderList()
repeated .ucar.gcdm.Attribute attributes = 5;
-
getGroupsList
public List<GcdmNetcdfProto.Group> getGroupsList()
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroupsCount
public int getGroupsCount()
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroups
public GcdmNetcdfProto.Group getGroups(int index)
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroups
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
setGroups
public GcdmNetcdfProto.Group.Builder setGroups(int index, GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;
-
setGroups
public GcdmNetcdfProto.Group.Builder setGroups(int index, GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6;
-
addGroups
public GcdmNetcdfProto.Group.Builder addGroups(GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;
-
addGroups
public GcdmNetcdfProto.Group.Builder addGroups(int index, GcdmNetcdfProto.Group value)
repeated .ucar.gcdm.Group groups = 6;
-
addGroups
public GcdmNetcdfProto.Group.Builder addGroups(GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6;
-
addGroups
public GcdmNetcdfProto.Group.Builder addGroups(int index, GcdmNetcdfProto.Group.Builder builderForValue)
repeated .ucar.gcdm.Group groups = 6;
-
addAllGroups
public GcdmNetcdfProto.Group.Builder addAllGroups(Iterable<? extends GcdmNetcdfProto.Group> values)
repeated .ucar.gcdm.Group groups = 6;
-
clearGroups
public GcdmNetcdfProto.Group.Builder clearGroups()
repeated .ucar.gcdm.Group groups = 6;
-
removeGroups
public GcdmNetcdfProto.Group.Builder removeGroups(int index)
repeated .ucar.gcdm.Group groups = 6;
-
getGroupsBuilder
public GcdmNetcdfProto.Group.Builder getGroupsBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;
-
getGroupsOrBuilder
public GcdmNetcdfProto.GroupOrBuilder getGroupsOrBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getGroupsOrBuilderList
public List<? extends GcdmNetcdfProto.GroupOrBuilder> getGroupsOrBuilderList()
repeated .ucar.gcdm.Group groups = 6;
- Specified by:
getGroupsOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
addGroupsBuilder
public GcdmNetcdfProto.Group.Builder addGroupsBuilder()
repeated .ucar.gcdm.Group groups = 6;
-
addGroupsBuilder
public GcdmNetcdfProto.Group.Builder addGroupsBuilder(int index)
repeated .ucar.gcdm.Group groups = 6;
-
getGroupsBuilderList
public List<GcdmNetcdfProto.Group.Builder> getGroupsBuilderList()
repeated .ucar.gcdm.Group groups = 6;
-
getEnumTypesList
public List<GcdmNetcdfProto.EnumTypedef> getEnumTypesList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypesCount
public int getEnumTypesCount()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesCount
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypes
public GcdmNetcdfProto.EnumTypedef getEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypes
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
setEnumTypes
public GcdmNetcdfProto.Group.Builder setEnumTypes(int index, GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
setEnumTypes
public GcdmNetcdfProto.Group.Builder setEnumTypes(int index, GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
addEnumTypes
public GcdmNetcdfProto.Group.Builder addEnumTypes(GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
addEnumTypes
public GcdmNetcdfProto.Group.Builder addEnumTypes(int index, GcdmNetcdfProto.EnumTypedef value)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
addEnumTypes
public GcdmNetcdfProto.Group.Builder addEnumTypes(GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
addEnumTypes
public GcdmNetcdfProto.Group.Builder addEnumTypes(int index, GcdmNetcdfProto.EnumTypedef.Builder builderForValue)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
addAllEnumTypes
public GcdmNetcdfProto.Group.Builder addAllEnumTypes(Iterable<? extends GcdmNetcdfProto.EnumTypedef> values)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
clearEnumTypes
public GcdmNetcdfProto.Group.Builder clearEnumTypes()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
removeEnumTypes
public GcdmNetcdfProto.Group.Builder removeEnumTypes(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
getEnumTypesBuilder
public GcdmNetcdfProto.EnumTypedef.Builder getEnumTypesBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
getEnumTypesOrBuilder
public GcdmNetcdfProto.EnumTypedefOrBuilder getEnumTypesOrBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesOrBuilder
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
getEnumTypesOrBuilderList
public List<? extends GcdmNetcdfProto.EnumTypedefOrBuilder> getEnumTypesOrBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
- Specified by:
getEnumTypesOrBuilderList
in interfaceGcdmNetcdfProto.GroupOrBuilder
-
addEnumTypesBuilder
public GcdmNetcdfProto.EnumTypedef.Builder addEnumTypesBuilder()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
addEnumTypesBuilder
public GcdmNetcdfProto.EnumTypedef.Builder addEnumTypesBuilder(int index)
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
getEnumTypesBuilderList
public List<GcdmNetcdfProto.EnumTypedef.Builder> getEnumTypesBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;
-
setUnknownFields
public final GcdmNetcdfProto.Group.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>
-
mergeUnknownFields
public final GcdmNetcdfProto.Group.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>
-
-