Package ucar.gcdm
Interface GcdmNetcdfProto.VariableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmNetcdfProto.Variable
,GcdmNetcdfProto.Variable.Builder
- Enclosing class:
- GcdmNetcdfProto
public static interface GcdmNetcdfProto.VariableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.Attribute
getAttributes(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
int
getAttributesCount()
repeated .ucar.gcdm.Attribute attributes = 4;
List<GcdmNetcdfProto.Attribute>
getAttributesList()
repeated .ucar.gcdm.Attribute attributes = 4;
GcdmNetcdfProto.AttributeOrBuilder
getAttributesOrBuilder(int index)
repeated .ucar.gcdm.Attribute attributes = 4;
List<? extends GcdmNetcdfProto.AttributeOrBuilder>
getAttributesOrBuilderList()
repeated .ucar.gcdm.Attribute attributes = 4;
GcdmNetcdfProto.Data
getData()
"immediate" - store small data in headerGcdmNetcdfProto.DataOrBuilder
getDataOrBuilder()
"immediate" - store small data in headerGcdmNetcdfProto.DataType
getDataType()
.ucar.gcdm.DataType data_type = 2;
int
getDataTypeValue()
.ucar.gcdm.DataType data_type = 2;
String
getEnumType()
EnumTypedef name, only for enum typescom.google.protobuf.ByteString
getEnumTypeBytes()
EnumTypedef name, only for enum typesString
getName()
short namecom.google.protobuf.ByteString
getNameBytes()
short nameGcdmNetcdfProto.Dimension
getShapes(int index)
actual dimension instead of referenceint
getShapesCount()
actual dimension instead of referenceList<GcdmNetcdfProto.Dimension>
getShapesList()
actual dimension instead of referenceGcdmNetcdfProto.DimensionOrBuilder
getShapesOrBuilder(int index)
actual dimension instead of referenceList<? extends GcdmNetcdfProto.DimensionOrBuilder>
getShapesOrBuilderList()
actual dimension instead of referenceboolean
hasData()
"immediate" - store small data in header-
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()
.ucar.gcdm.DataType data_type = 2;
- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
GcdmNetcdfProto.DataType getDataType()
.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;
-
getEnumType
String getEnumType()
EnumTypedef name, only for enum types
string enum_type = 5;
- Returns:
- The enumType.
-
getEnumTypeBytes
com.google.protobuf.ByteString getEnumTypeBytes()
EnumTypedef name, only for enum types
string enum_type = 5;
- Returns:
- The bytes for enumType.
-
hasData
boolean hasData()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;
- Returns:
- Whether the data field is set.
-
getData
GcdmNetcdfProto.Data getData()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;
- Returns:
- The data.
-
getDataOrBuilder
GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
"immediate" - store small data in header
.ucar.gcdm.Data data = 6;
-
-