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