public static interface GcdmNetcdfProto.StructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
GcdmNetcdfProto.Attribute |
getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 4; |
int |
getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 4; |
java.util.List<GcdmNetcdfProto.Attribute> |
getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 4; |
GcdmNetcdfProto.AttributeOrBuilder |
getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 4; |
java.util.List<? extends GcdmNetcdfProto.AttributeOrBuilder> |
getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 4; |
GcdmNetcdfProto.DataType |
getDataType()
STRUCTURE or SEQUENCE
|
int |
getDataTypeValue()
STRUCTURE or SEQUENCE
|
java.lang.String |
getName()
short name
|
com.google.protobuf.ByteString |
getNameBytes()
short name
|
GcdmNetcdfProto.Dimension |
getShapes(int index)
actual dimension instead of reference
|
int |
getShapesCount()
actual dimension instead of reference
|
java.util.List<GcdmNetcdfProto.Dimension> |
getShapesList()
actual dimension instead of reference
|
GcdmNetcdfProto.DimensionOrBuilder |
getShapesOrBuilder(int index)
actual dimension instead of reference
|
java.util.List<? extends GcdmNetcdfProto.DimensionOrBuilder> |
getShapesOrBuilderList()
actual dimension instead of reference
|
GcdmNetcdfProto.Structure |
getStructs(int index)
struct members that are structs
|
int |
getStructsCount()
struct members that are structs
|
java.util.List<GcdmNetcdfProto.Structure> |
getStructsList()
struct members that are structs
|
GcdmNetcdfProto.StructureOrBuilder |
getStructsOrBuilder(int index)
struct members that are structs
|
java.util.List<? extends GcdmNetcdfProto.StructureOrBuilder> |
getStructsOrBuilderList()
struct members that are structs
|
GcdmNetcdfProto.Variable |
getVariables(int index)
members that are not structs
|
int |
getVariablesCount()
members that are not structs
|
java.util.List<GcdmNetcdfProto.Variable> |
getVariablesList()
members that are not structs
|
GcdmNetcdfProto.VariableOrBuilder |
getVariablesOrBuilder(int index)
members that are not structs
|
java.util.List<? extends GcdmNetcdfProto.VariableOrBuilder> |
getVariablesOrBuilderList()
members that are not structs
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
short name
string name = 1;
com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;
int getDataTypeValue()
STRUCTURE or SEQUENCE
.ucar.gcdm.DataType data_type = 2;
GcdmNetcdfProto.DataType getDataType()
STRUCTURE or SEQUENCE
.ucar.gcdm.DataType data_type = 2;
java.util.List<GcdmNetcdfProto.Dimension> getShapesList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
GcdmNetcdfProto.Dimension getShapes(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
int getShapesCount()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
java.util.List<? extends GcdmNetcdfProto.DimensionOrBuilder> getShapesOrBuilderList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
GcdmNetcdfProto.DimensionOrBuilder getShapesOrBuilder(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
java.util.List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 4;
GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 4;
java.util.List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 4;
GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
java.util.List<GcdmNetcdfProto.Variable> getVariablesList()
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
GcdmNetcdfProto.Variable getVariables(int index)
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
int getVariablesCount()
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
java.util.List<? extends GcdmNetcdfProto.VariableOrBuilder> getVariablesOrBuilderList()
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
GcdmNetcdfProto.VariableOrBuilder getVariablesOrBuilder(int index)
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
java.util.List<GcdmNetcdfProto.Structure> getStructsList()
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
GcdmNetcdfProto.Structure getStructs(int index)
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
int getStructsCount()
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
java.util.List<? extends GcdmNetcdfProto.StructureOrBuilder> getStructsOrBuilderList()
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
GcdmNetcdfProto.StructureOrBuilder getStructsOrBuilder(int index)
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;