public static interface NcStreamProto.MemberOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NcStreamProto.DataType |
getDataType()
.DataType dataType = 2; |
int |
getDataTypeValue()
.DataType dataType = 2; |
boolean |
getIsVlen()
bool isVlen = 4; |
int |
getShape(int index)
or section?
|
int |
getShapeCount()
or section?
|
java.util.List<java.lang.Integer> |
getShapeList()
or section?
|
java.lang.String |
getShortName()
string shortName = 1; |
com.google.protobuf.ByteString |
getShortNameBytes()
string shortName = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getShortName()
string shortName = 1;
com.google.protobuf.ByteString getShortNameBytes()
string shortName = 1;
int getDataTypeValue()
.DataType dataType = 2;
NcStreamProto.DataType getDataType()
.DataType dataType = 2;
java.util.List<java.lang.Integer> getShapeList()
or section?
repeated uint32 shape = 3;
int getShapeCount()
or section?
repeated uint32 shape = 3;
int getShape(int index)
or section?
repeated uint32 shape = 3;
index
- The index of the element to return.boolean getIsVlen()
bool isVlen = 4;