Package ucar.gcdm
Interface GcdmNetcdfProto.StructureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmNetcdfProto.Structure,GcdmNetcdfProto.Structure.Builder
- Enclosing class:
- GcdmNetcdfProto
public static interface GcdmNetcdfProto.StructureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.AttributegetAtts(int index)repeated .ucar.gcdm.Attribute atts = 4;intgetAttsCount()repeated .ucar.gcdm.Attribute atts = 4;List<GcdmNetcdfProto.Attribute>getAttsList()repeated .ucar.gcdm.Attribute atts = 4;GcdmNetcdfProto.AttributeOrBuildergetAttsOrBuilder(int index)repeated .ucar.gcdm.Attribute atts = 4;List<? extends GcdmNetcdfProto.AttributeOrBuilder>getAttsOrBuilderList()repeated .ucar.gcdm.Attribute atts = 4;GcdmNetcdfProto.DataTypegetDataType()STRUCTURE or SEQUENCEintgetDataTypeValue()STRUCTURE or SEQUENCEStringgetName()short namecom.google.protobuf.ByteStringgetNameBytes()short nameGcdmNetcdfProto.DimensiongetShapes(int index)actual dimension instead of referenceintgetShapesCount()actual dimension instead of referenceList<GcdmNetcdfProto.Dimension>getShapesList()actual dimension instead of referenceGcdmNetcdfProto.DimensionOrBuildergetShapesOrBuilder(int index)actual dimension instead of referenceList<? extends GcdmNetcdfProto.DimensionOrBuilder>getShapesOrBuilderList()actual dimension instead of referenceGcdmNetcdfProto.StructuregetStructs(int index)struct members that are structsintgetStructsCount()struct members that are structsList<GcdmNetcdfProto.Structure>getStructsList()struct members that are structsGcdmNetcdfProto.StructureOrBuildergetStructsOrBuilder(int index)struct members that are structsList<? extends GcdmNetcdfProto.StructureOrBuilder>getStructsOrBuilderList()struct members that are structsGcdmNetcdfProto.VariablegetVars(int index)members that are not structsintgetVarsCount()members that are not structsList<GcdmNetcdfProto.Variable>getVarsList()members that are not structsGcdmNetcdfProto.VariableOrBuildergetVarsOrBuilder(int index)members that are not structsList<? extends GcdmNetcdfProto.VariableOrBuilder>getVarsOrBuilderList()members that are not structs-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
short name
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
short name
string name = 1;- Returns:
- The bytes for name.
-
getDataTypeValue
int getDataTypeValue()
STRUCTURE or SEQUENCE
.ucar.gcdm.DataType data_type = 2;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
GcdmNetcdfProto.DataType getDataType()
STRUCTURE or SEQUENCE
.ucar.gcdm.DataType data_type = 2;- Returns:
- The dataType.
-
getShapesList
List<GcdmNetcdfProto.Dimension> getShapesList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
-
getShapes
GcdmNetcdfProto.Dimension getShapes(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
-
getShapesCount
int getShapesCount()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
-
getShapesOrBuilderList
List<? extends GcdmNetcdfProto.DimensionOrBuilder> getShapesOrBuilderList()
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
-
getShapesOrBuilder
GcdmNetcdfProto.DimensionOrBuilder getShapesOrBuilder(int index)
actual dimension instead of reference
repeated .ucar.gcdm.Dimension shapes = 3;
-
getAttsList
List<GcdmNetcdfProto.Attribute> getAttsList()
repeated .ucar.gcdm.Attribute atts = 4;
-
getAtts
GcdmNetcdfProto.Attribute getAtts(int index)
repeated .ucar.gcdm.Attribute atts = 4;
-
getAttsCount
int getAttsCount()
repeated .ucar.gcdm.Attribute atts = 4;
-
getAttsOrBuilderList
List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .ucar.gcdm.Attribute atts = 4;
-
getAttsOrBuilder
GcdmNetcdfProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .ucar.gcdm.Attribute atts = 4;
-
getVarsList
List<GcdmNetcdfProto.Variable> getVarsList()
members that are not structs
repeated .ucar.gcdm.Variable vars = 5;
-
getVars
GcdmNetcdfProto.Variable getVars(int index)
members that are not structs
repeated .ucar.gcdm.Variable vars = 5;
-
getVarsCount
int getVarsCount()
members that are not structs
repeated .ucar.gcdm.Variable vars = 5;
-
getVarsOrBuilderList
List<? extends GcdmNetcdfProto.VariableOrBuilder> getVarsOrBuilderList()
members that are not structs
repeated .ucar.gcdm.Variable vars = 5;
-
getVarsOrBuilder
GcdmNetcdfProto.VariableOrBuilder getVarsOrBuilder(int index)
members that are not structs
repeated .ucar.gcdm.Variable vars = 5;
-
getStructsList
List<GcdmNetcdfProto.Structure> getStructsList()
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
-
getStructs
GcdmNetcdfProto.Structure getStructs(int index)
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
-
getStructsCount
int getStructsCount()
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
-
getStructsOrBuilderList
List<? extends GcdmNetcdfProto.StructureOrBuilder> getStructsOrBuilderList()
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
-
getStructsOrBuilder
GcdmNetcdfProto.StructureOrBuilder getStructsOrBuilder(int index)
struct members that are structs
repeated .ucar.gcdm.Structure structs = 6;
-
-