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.AttributegetAttributes(int index)repeated .ucar.gcdm.Attribute attributes = 4;intgetAttributesCount()repeated .ucar.gcdm.Attribute attributes = 4;List<GcdmNetcdfProto.Attribute>getAttributesList()repeated .ucar.gcdm.Attribute attributes = 4;GcdmNetcdfProto.AttributeOrBuildergetAttributesOrBuilder(int index)repeated .ucar.gcdm.Attribute attributes = 4;List<? extends GcdmNetcdfProto.AttributeOrBuilder>getAttributesOrBuilderList()repeated .ucar.gcdm.Attribute attributes = 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.VariablegetVariables(int index)members that are not structsintgetVariablesCount()members that are not structsList<GcdmNetcdfProto.Variable>getVariablesList()members that are not structsGcdmNetcdfProto.VariableOrBuildergetVariablesOrBuilder(int index)members that are not structsList<? extends GcdmNetcdfProto.VariableOrBuilder>getVariablesOrBuilderList()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;
-
getAttributesList
List<GcdmNetcdfProto.Attribute> getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributes
GcdmNetcdfProto.Attribute getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributesCount
int getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributesOrBuilderList
List<? extends GcdmNetcdfProto.AttributeOrBuilder> getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 4;
-
getAttributesOrBuilder
GcdmNetcdfProto.AttributeOrBuilder getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
-
getVariablesList
List<GcdmNetcdfProto.Variable> getVariablesList()
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
-
getVariables
GcdmNetcdfProto.Variable getVariables(int index)
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
-
getVariablesCount
int getVariablesCount()
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
-
getVariablesOrBuilderList
List<? extends GcdmNetcdfProto.VariableOrBuilder> getVariablesOrBuilderList()
members that are not structs
repeated .ucar.gcdm.Variable variables = 5;
-
getVariablesOrBuilder
GcdmNetcdfProto.VariableOrBuilder getVariablesOrBuilder(int index)
members that are not structs
repeated .ucar.gcdm.Variable variables = 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;
-
-