public static final class GcdmNetcdfProto.Group.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder> implements GcdmNetcdfProto.GroupOrBuilder
ucar.gcdm.Group| Modifier and Type | Method and Description |
|---|---|
GcdmNetcdfProto.Group.Builder |
addAllAtts(Iterable<? extends GcdmNetcdfProto.Attribute> values)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
addAllDims(Iterable<? extends GcdmNetcdfProto.Dimension> values)
repeated .ucar.gcdm.Dimension dims = 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 |
addAllStructs(Iterable<? extends GcdmNetcdfProto.Structure> values)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
addAllVars(Iterable<? extends GcdmNetcdfProto.Variable> values)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group.Builder |
addAtts(GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
addAtts(GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
addAtts(int index,
GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
addAtts(int index,
GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Attribute.Builder |
addAttsBuilder()
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Attribute.Builder |
addAttsBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
addDims(GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Group.Builder |
addDims(GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Group.Builder |
addDims(int index,
GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Group.Builder |
addDims(int index,
GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Dimension.Builder |
addDimsBuilder()
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Dimension.Builder |
addDimsBuilder(int index)
repeated .ucar.gcdm.Dimension dims = 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 |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GcdmNetcdfProto.Group.Builder |
addStructs(GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
addStructs(GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
addStructs(int index,
GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
addStructs(int index,
GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Structure.Builder |
addStructsBuilder()
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Structure.Builder |
addStructsBuilder(int index)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
addVars(GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group.Builder |
addVars(GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group.Builder |
addVars(int index,
GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group.Builder |
addVars(int index,
GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Variable.Builder |
addVarsBuilder()
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Variable.Builder |
addVarsBuilder(int index)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group |
build() |
GcdmNetcdfProto.Group |
buildPartial() |
GcdmNetcdfProto.Group.Builder |
clear() |
GcdmNetcdfProto.Group.Builder |
clearAtts()
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
clearDims()
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Group.Builder |
clearEnumTypes()
repeated .ucar.gcdm.EnumTypedef enum_types = 7; |
GcdmNetcdfProto.Group.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GcdmNetcdfProto.Group.Builder |
clearGroups()
repeated .ucar.gcdm.Group groups = 6; |
GcdmNetcdfProto.Group.Builder |
clearName()
short name
|
GcdmNetcdfProto.Group.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GcdmNetcdfProto.Group.Builder |
clearStructs()
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
clearVars()
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group.Builder |
clone() |
GcdmNetcdfProto.Attribute |
getAtts(int index)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Attribute.Builder |
getAttsBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 5; |
List<GcdmNetcdfProto.Attribute.Builder> |
getAttsBuilderList()
repeated .ucar.gcdm.Attribute atts = 5; |
int |
getAttsCount()
repeated .ucar.gcdm.Attribute atts = 5; |
List<GcdmNetcdfProto.Attribute> |
getAttsList()
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 5; |
List<? extends GcdmNetcdfProto.AttributeOrBuilder> |
getAttsOrBuilderList()
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
GcdmNetcdfProto.Dimension |
getDims(int index)
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Dimension.Builder |
getDimsBuilder(int index)
repeated .ucar.gcdm.Dimension dims = 2; |
List<GcdmNetcdfProto.Dimension.Builder> |
getDimsBuilderList()
repeated .ucar.gcdm.Dimension dims = 2; |
int |
getDimsCount()
repeated .ucar.gcdm.Dimension dims = 2; |
List<GcdmNetcdfProto.Dimension> |
getDimsList()
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.DimensionOrBuilder |
getDimsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dims = 2; |
List<? extends GcdmNetcdfProto.DimensionOrBuilder> |
getDimsOrBuilderList()
repeated .ucar.gcdm.Dimension dims = 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 name
|
com.google.protobuf.ByteString |
getNameBytes()
short name
|
GcdmNetcdfProto.Structure |
getStructs(int index)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Structure.Builder |
getStructsBuilder(int index)
repeated .ucar.gcdm.Structure structs = 4; |
List<GcdmNetcdfProto.Structure.Builder> |
getStructsBuilderList()
repeated .ucar.gcdm.Structure structs = 4; |
int |
getStructsCount()
repeated .ucar.gcdm.Structure structs = 4; |
List<GcdmNetcdfProto.Structure> |
getStructsList()
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.StructureOrBuilder |
getStructsOrBuilder(int index)
repeated .ucar.gcdm.Structure structs = 4; |
List<? extends GcdmNetcdfProto.StructureOrBuilder> |
getStructsOrBuilderList()
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Variable |
getVars(int index)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Variable.Builder |
getVarsBuilder(int index)
repeated .ucar.gcdm.Variable vars = 3; |
List<GcdmNetcdfProto.Variable.Builder> |
getVarsBuilderList()
repeated .ucar.gcdm.Variable vars = 3; |
int |
getVarsCount()
repeated .ucar.gcdm.Variable vars = 3; |
List<GcdmNetcdfProto.Variable> |
getVarsList()
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.VariableOrBuilder |
getVarsOrBuilder(int index)
repeated .ucar.gcdm.Variable vars = 3; |
List<? extends GcdmNetcdfProto.VariableOrBuilder> |
getVarsOrBuilderList()
repeated .ucar.gcdm.Variable vars = 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(GcdmNetcdfProto.Group other) |
GcdmNetcdfProto.Group.Builder |
mergeFrom(com.google.protobuf.Message other) |
GcdmNetcdfProto.Group.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GcdmNetcdfProto.Group.Builder |
removeAtts(int index)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
removeDims(int index)
repeated .ucar.gcdm.Dimension dims = 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 |
removeStructs(int index)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
removeVars(int index)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group.Builder |
setAtts(int index,
GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
setAtts(int index,
GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute atts = 5; |
GcdmNetcdfProto.Group.Builder |
setDims(int index,
GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dims = 2; |
GcdmNetcdfProto.Group.Builder |
setDims(int index,
GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dims = 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 |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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(String value)
short name
|
GcdmNetcdfProto.Group.Builder |
setNameBytes(com.google.protobuf.ByteString value)
short name
|
GcdmNetcdfProto.Group.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GcdmNetcdfProto.Group.Builder |
setStructs(int index,
GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
setStructs(int index,
GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structs = 4; |
GcdmNetcdfProto.Group.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GcdmNetcdfProto.Group.Builder |
setVars(int index,
GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable vars = 3; |
GcdmNetcdfProto.Group.Builder |
setVars(int index,
GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable vars = 3; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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 clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public 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.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public GcdmNetcdfProto.Group.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws 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>IOExceptionpublic 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(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 List<GcdmNetcdfProto.Dimension> getDimsList()
repeated .ucar.gcdm.Dimension dims = 2;getDimsList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getDimsCount()
repeated .ucar.gcdm.Dimension dims = 2;getDimsCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Dimension getDims(int index)
repeated .ucar.gcdm.Dimension dims = 2;getDims in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setDims(int index, GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder setDims(int index, GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder addDims(GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder addDims(int index, GcdmNetcdfProto.Dimension value)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder addDims(GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder addDims(int index, GcdmNetcdfProto.Dimension.Builder builderForValue)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder addAllDims(Iterable<? extends GcdmNetcdfProto.Dimension> values)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder clearDims()
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Group.Builder removeDims(int index)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Dimension.Builder getDimsBuilder(int index)
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.DimensionOrBuilder getDimsOrBuilder(int index)
repeated .ucar.gcdm.Dimension dims = 2;getDimsOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic List<? extends GcdmNetcdfProto.DimensionOrBuilder> getDimsOrBuilderList()
repeated .ucar.gcdm.Dimension dims = 2;getDimsOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Dimension.Builder addDimsBuilder()
repeated .ucar.gcdm.Dimension dims = 2;public GcdmNetcdfProto.Dimension.Builder addDimsBuilder(int index)
repeated .ucar.gcdm.Dimension dims = 2;public List<GcdmNetcdfProto.Dimension.Builder> getDimsBuilderList()
repeated .ucar.gcdm.Dimension dims = 2;public List<GcdmNetcdfProto.Variable> getVarsList()
repeated .ucar.gcdm.Variable vars = 3;getVarsList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getVarsCount()
repeated .ucar.gcdm.Variable vars = 3;getVarsCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Variable getVars(int index)
repeated .ucar.gcdm.Variable vars = 3;getVars in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setVars(int index, GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder setVars(int index, GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder addVars(GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder addVars(int index, GcdmNetcdfProto.Variable value)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder addVars(GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder addVars(int index, GcdmNetcdfProto.Variable.Builder builderForValue)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder addAllVars(Iterable<? extends GcdmNetcdfProto.Variable> values)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder clearVars()
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Group.Builder removeVars(int index)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Variable.Builder getVarsBuilder(int index)
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.VariableOrBuilder getVarsOrBuilder(int index)
repeated .ucar.gcdm.Variable vars = 3;getVarsOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic List<? extends GcdmNetcdfProto.VariableOrBuilder> getVarsOrBuilderList()
repeated .ucar.gcdm.Variable vars = 3;getVarsOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Variable.Builder addVarsBuilder()
repeated .ucar.gcdm.Variable vars = 3;public GcdmNetcdfProto.Variable.Builder addVarsBuilder(int index)
repeated .ucar.gcdm.Variable vars = 3;public List<GcdmNetcdfProto.Variable.Builder> getVarsBuilderList()
repeated .ucar.gcdm.Variable vars = 3;public List<GcdmNetcdfProto.Structure> getStructsList()
repeated .ucar.gcdm.Structure structs = 4;getStructsList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getStructsCount()
repeated .ucar.gcdm.Structure structs = 4;getStructsCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Structure getStructs(int index)
repeated .ucar.gcdm.Structure structs = 4;getStructs in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setStructs(int index, GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder setStructs(int index, GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder addStructs(GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder addStructs(int index, GcdmNetcdfProto.Structure value)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder addStructs(GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder addStructs(int index, GcdmNetcdfProto.Structure.Builder builderForValue)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder addAllStructs(Iterable<? extends GcdmNetcdfProto.Structure> values)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder clearStructs()
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Group.Builder removeStructs(int index)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Structure.Builder getStructsBuilder(int index)
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.StructureOrBuilder getStructsOrBuilder(int index)
repeated .ucar.gcdm.Structure structs = 4;getStructsOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic List<? extends GcdmNetcdfProto.StructureOrBuilder> getStructsOrBuilderList()
repeated .ucar.gcdm.Structure structs = 4;getStructsOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Structure.Builder addStructsBuilder()
repeated .ucar.gcdm.Structure structs = 4;public GcdmNetcdfProto.Structure.Builder addStructsBuilder(int index)
repeated .ucar.gcdm.Structure structs = 4;public List<GcdmNetcdfProto.Structure.Builder> getStructsBuilderList()
repeated .ucar.gcdm.Structure structs = 4;public List<GcdmNetcdfProto.Attribute> getAttsList()
repeated .ucar.gcdm.Attribute atts = 5;getAttsList in interface GcdmNetcdfProto.GroupOrBuilderpublic int getAttsCount()
repeated .ucar.gcdm.Attribute atts = 5;getAttsCount in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Attribute getAtts(int index)
repeated .ucar.gcdm.Attribute atts = 5;getAtts in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Group.Builder setAtts(int index, GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder setAtts(int index, GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder addAtts(GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder addAtts(int index, GcdmNetcdfProto.Attribute value)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder addAtts(GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder addAtts(int index, GcdmNetcdfProto.Attribute.Builder builderForValue)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder addAllAtts(Iterable<? extends GcdmNetcdfProto.Attribute> values)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder clearAtts()
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Group.Builder removeAtts(int index)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Attribute.Builder getAttsBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 5;getAttsOrBuilder in interface GcdmNetcdfProto.GroupOrBuilderpublic List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .ucar.gcdm.Attribute atts = 5;getAttsOrBuilderList in interface GcdmNetcdfProto.GroupOrBuilderpublic GcdmNetcdfProto.Attribute.Builder addAttsBuilder()
repeated .ucar.gcdm.Attribute atts = 5;public GcdmNetcdfProto.Attribute.Builder addAttsBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 5;public List<GcdmNetcdfProto.Attribute.Builder> getAttsBuilderList()
repeated .ucar.gcdm.Attribute atts = 5;public 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(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 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 List<GcdmNetcdfProto.Group.Builder> getGroupsBuilderList()
repeated .ucar.gcdm.Group groups = 6;public 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(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 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 List<GcdmNetcdfProto.EnumTypedef.Builder> getEnumTypesBuilderList()
repeated .ucar.gcdm.EnumTypedef enum_types = 7;public final GcdmNetcdfProto.Group.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>public final GcdmNetcdfProto.Group.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GcdmNetcdfProto.Group.Builder>