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.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.DatagetData()"immediate" - store small data in headerGcdmNetcdfProto.DataOrBuildergetDataOrBuilder()"immediate" - store small data in headerGcdmNetcdfProto.DataTypegetDataType().ucar.gcdm.DataType data_type = 2;intgetDataTypeValue().ucar.gcdm.DataType data_type = 2;StringgetEnumType()EnumTypedef name, only for enum typescom.google.protobuf.ByteStringgetEnumTypeBytes()EnumTypedef name, only for enum typesStringgetName()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 referencebooleanhasData()"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;
-
-