public static interface NcStreamProto.DimensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsPrivate()
optional bool isPrivate = 5; |
boolean |
getIsUnlimited()
optional bool isUnlimited = 3; |
boolean |
getIsVlen()
optional bool isVlen = 4; |
long |
getLength()
optional uint64 length = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
optional string name = 1;
short name - optional when private
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
short name - optional when private
long getLength()
optional uint64 length = 2;
optional when vlen, may be zero (unlimited no data yet)
boolean getIsUnlimited()
optional bool isUnlimited = 3;
is this needed ??
boolean getIsVlen()
optional bool isVlen = 4;boolean getIsPrivate()
optional bool isPrivate = 5;