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