Package ucar.gcdm
Interface GcdmNetcdfProto.AttributeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmNetcdfProto.Attribute
,GcdmNetcdfProto.Attribute.Builder
- Enclosing class:
- GcdmNetcdfProto
public static interface GcdmNetcdfProto.AttributeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.Data
getData()
.ucar.gcdm.Data data = 4;
GcdmNetcdfProto.DataOrBuilder
getDataOrBuilder()
.ucar.gcdm.Data data = 4;
GcdmNetcdfProto.DataType
getDataType()
cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRINGint
getDataTypeValue()
cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRINGint
getLength()
uint32 length = 3;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
boolean
hasData()
.ucar.gcdm.Data data = 4;
-
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()
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;
- Returns:
- The bytes for name.
-
getDataTypeValue
int getDataTypeValue()
cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
.ucar.gcdm.DataType data_type = 2;
- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
GcdmNetcdfProto.DataType getDataType()
cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
.ucar.gcdm.DataType data_type = 2;
- Returns:
- The dataType.
-
getLength
int getLength()
uint32 length = 3;
- Returns:
- The length.
-
hasData
boolean hasData()
.ucar.gcdm.Data data = 4;
- Returns:
- Whether the data field is set.
-
getData
GcdmNetcdfProto.Data getData()
.ucar.gcdm.Data data = 4;
- Returns:
- The data.
-
getDataOrBuilder
GcdmNetcdfProto.DataOrBuilder getDataOrBuilder()
.ucar.gcdm.Data data = 4;
-
-