Package ucar.gcdm
Interface GcdmNetcdfProto.StructureMemberProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcdmNetcdfProto.StructureMemberProto
,GcdmNetcdfProto.StructureMemberProto.Builder
- Enclosing class:
- GcdmNetcdfProto
public static interface GcdmNetcdfProto.StructureMemberProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcdmNetcdfProto.DataType
getDataType()
.ucar.gcdm.DataType data_type = 2;
int
getDataTypeValue()
.ucar.gcdm.DataType data_type = 2;
GcdmNetcdfProto.StructureMembersProto
getMembers()
.ucar.gcdm.StructureMembersProto members = 4;
GcdmNetcdfProto.StructureMembersProtoOrBuilder
getMembersOrBuilder()
.ucar.gcdm.StructureMembersProto members = 4;
String
getName()
string name = 1;
com.google.protobuf.ByteString
getNameBytes()
string name = 1;
int
getShapes(int index)
repeated int32 shapes = 3;
int
getShapesCount()
repeated int32 shapes = 3;
List<Integer>
getShapesList()
repeated int32 shapes = 3;
boolean
hasMembers()
.ucar.gcdm.StructureMembersProto members = 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()
.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<Integer> getShapesList()
repeated int32 shapes = 3;
- Returns:
- A list containing the shapes.
-
getShapesCount
int getShapesCount()
repeated int32 shapes = 3;
- Returns:
- The count of shapes.
-
getShapes
int getShapes(int index)
repeated int32 shapes = 3;
- Parameters:
index
- The index of the element to return.- Returns:
- The shapes at the given index.
-
hasMembers
boolean hasMembers()
.ucar.gcdm.StructureMembersProto members = 4;
- Returns:
- Whether the members field is set.
-
getMembers
GcdmNetcdfProto.StructureMembersProto getMembers()
.ucar.gcdm.StructureMembersProto members = 4;
- Returns:
- The members.
-
getMembersOrBuilder
GcdmNetcdfProto.StructureMembersProtoOrBuilder getMembersOrBuilder()
.ucar.gcdm.StructureMembersProto members = 4;
-
-