Package ucar.nc2.stream
Interface NcStreamProto.MemberOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NcStreamProto.Member,NcStreamProto.Member.Builder
- Enclosing class:
- NcStreamProto
public static interface NcStreamProto.MemberOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NcStreamProto.DataTypegetDataType().DataType dataType = 2;intgetDataTypeValue().DataType dataType = 2;booleangetIsVlen()bool isVlen = 4;intgetShape(int index)or section?intgetShapeCount()or section?List<Integer>getShapeList()or section?StringgetShortName()string shortName = 1;com.google.protobuf.ByteStringgetShortNameBytes()string shortName = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getShortName
String getShortName()
string shortName = 1;- Returns:
- The shortName.
-
getShortNameBytes
com.google.protobuf.ByteString getShortNameBytes()
string shortName = 1;- Returns:
- The bytes for shortName.
-
getDataTypeValue
int getDataTypeValue()
.DataType dataType = 2;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
NcStreamProto.DataType getDataType()
.DataType dataType = 2;- Returns:
- The dataType.
-
getShapeList
List<Integer> getShapeList()
or section?
repeated uint32 shape = 3;- Returns:
- A list containing the shape.
-
getShapeCount
int getShapeCount()
or section?
repeated uint32 shape = 3;- Returns:
- The count of shape.
-
getShape
int getShape(int index)
or section?
repeated uint32 shape = 3;- Parameters:
index- The index of the element to return.- Returns:
- The shape at the given index.
-
getIsVlen
boolean getIsVlen()
bool isVlen = 4;- Returns:
- The isVlen.
-
-