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