public static interface NcStreamProto.DimensionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIsPrivate()
optional bool isPrivate = 5 [default = false]; |
boolean |
getIsUnlimited()
optional bool isUnlimited = 3 [default = false]; |
boolean |
getIsVlen()
optional bool isVlen = 4 [default = false]; |
long |
getLength()
optional uint64 length = 2; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasIsPrivate()
optional bool isPrivate = 5 [default = false]; |
boolean |
hasIsUnlimited()
optional bool isUnlimited = 3 [default = false]; |
boolean |
hasIsVlen()
optional bool isVlen = 4 [default = false]; |
boolean |
hasLength()
optional uint64 length = 2; |
boolean |
hasName()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
short name - optional when private
java.lang.String getName()
optional string name = 1;
short name - optional when private
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
short name - optional when private
boolean hasLength()
optional uint64 length = 2;
optional when vlen
long getLength()
optional uint64 length = 2;
optional when vlen
boolean hasIsUnlimited()
optional bool isUnlimited = 3 [default = false];
is this needed ??
boolean getIsUnlimited()
optional bool isUnlimited = 3 [default = false];
is this needed ??
boolean hasIsVlen()
optional bool isVlen = 4 [default = false];
boolean getIsVlen()
optional bool isVlen = 4 [default = false];
boolean hasIsPrivate()
optional bool isPrivate = 5 [default = false];
boolean getIsPrivate()
optional bool isPrivate = 5 [default = false];