public static interface NcStreamProto.VariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
NcStreamProto.Attribute |
getAtts(int index)
repeated .Attribute atts = 4; |
int |
getAttsCount()
repeated .Attribute atts = 4; |
java.util.List<NcStreamProto.Attribute> |
getAttsList()
repeated .Attribute atts = 4; |
NcStreamProto.AttributeOrBuilder |
getAttsOrBuilder(int index)
repeated .Attribute atts = 4; |
java.util.List<? extends NcStreamProto.AttributeOrBuilder> |
getAttsOrBuilderList()
repeated .Attribute atts = 4; |
com.google.protobuf.ByteString |
getData()
optional bytes data = 6; |
NcStreamProto.DataType |
getDataType()
required .DataType dataType = 2; |
java.lang.String |
getEnumType()
optional string enumType = 7; |
com.google.protobuf.ByteString |
getEnumTypeBytes()
optional string enumType = 7; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
NcStreamProto.Dimension |
getShape(int index)
repeated .Dimension shape = 3; |
int |
getShapeCount()
repeated .Dimension shape = 3; |
java.util.List<NcStreamProto.Dimension> |
getShapeList()
repeated .Dimension shape = 3; |
NcStreamProto.DimensionOrBuilder |
getShapeOrBuilder(int index)
repeated .Dimension shape = 3; |
java.util.List<? extends NcStreamProto.DimensionOrBuilder> |
getShapeOrBuilderList()
repeated .Dimension shape = 3; |
boolean |
getUnsigned()
optional bool unsigned = 5 [default = false]; |
boolean |
hasData()
optional bytes data = 6; |
boolean |
hasDataType()
required .DataType dataType = 2; |
boolean |
hasEnumType()
optional string enumType = 7; |
boolean |
hasName()
required string name = 1; |
boolean |
hasUnsigned()
optional bool unsigned = 5 [default = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
short name
java.lang.String getName()
required string name = 1;
short name
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
short name
boolean hasDataType()
required .DataType dataType = 2;
NcStreamProto.DataType getDataType()
required .DataType dataType = 2;
java.util.List<NcStreamProto.Dimension> getShapeList()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
NcStreamProto.Dimension getShape(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
int getShapeCount()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
java.util.List<? extends NcStreamProto.DimensionOrBuilder> getShapeOrBuilderList()
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
NcStreamProto.DimensionOrBuilder getShapeOrBuilder(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference; could use hash id
java.util.List<NcStreamProto.Attribute> getAttsList()
repeated .Attribute atts = 4;
NcStreamProto.Attribute getAtts(int index)
repeated .Attribute atts = 4;
int getAttsCount()
repeated .Attribute atts = 4;
java.util.List<? extends NcStreamProto.AttributeOrBuilder> getAttsOrBuilderList()
repeated .Attribute atts = 4;
NcStreamProto.AttributeOrBuilder getAttsOrBuilder(int index)
repeated .Attribute atts = 4;
boolean hasUnsigned()
optional bool unsigned = 5 [default = false];
boolean getUnsigned()
optional bool unsigned = 5 [default = false];
boolean hasData()
optional bytes data = 6;
"immediate" - store small data in header
com.google.protobuf.ByteString getData()
optional bytes data = 6;
"immediate" - store small data in header
boolean hasEnumType()
optional string enumType = 7;
only for enum types
java.lang.String getEnumType()
optional string enumType = 7;
only for enum types
com.google.protobuf.ByteString getEnumTypeBytes()
optional string enumType = 7;
only for enum types