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.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.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;
-
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;
-
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;
-
-