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()
optional .DataType dataType = 2; |
int |
getDataTypeValue()
optional .DataType dataType = 2; |
java.lang.String |
getEnumType()
optional string enumType = 7; |
com.google.protobuf.ByteString |
getEnumTypeBytes()
optional string enumType = 7; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
optional string name = 1;
short name
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
short name
int getDataTypeValue()
optional .DataType dataType = 2;NcStreamProto.DataType getDataType()
optional .DataType dataType = 2;java.util.List<NcStreamProto.Dimension> getShapeList()
repeated .Dimension shape = 3;
actual dimension instead of reference
NcStreamProto.Dimension getShape(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference
int getShapeCount()
repeated .Dimension shape = 3;
actual dimension instead of reference
java.util.List<? extends NcStreamProto.DimensionOrBuilder> getShapeOrBuilderList()
repeated .Dimension shape = 3;
actual dimension instead of reference
NcStreamProto.DimensionOrBuilder getShapeOrBuilder(int index)
repeated .Dimension shape = 3;
actual dimension instead of reference
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 getUnsigned()
optional bool unsigned = 5;
not used >= 5
com.google.protobuf.ByteString getData()
optional bytes data = 6;
"immediate" - store small data in header
java.lang.String getEnumType()
optional string enumType = 7;
EnumTypedef name, only for enum types
com.google.protobuf.ByteString getEnumTypeBytes()
optional string enumType = 7;
EnumTypedef name, only for enum types