public static interface NcStreamProto.AttributeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
not needed if len == 0, Attribute with name but no value
|
NcStreamProto.DataType |
getDataType()
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
|
int |
getDataTypeValue()
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
|
int |
getLen()
uint32 len = 3; |
java.lang.String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
java.lang.String |
getSdata(int index)
used for string data
|
com.google.protobuf.ByteString |
getSdataBytes(int index)
used for string data
|
int |
getSdataCount()
used for string data
|
java.util.List<java.lang.String> |
getSdataList()
used for string data
|
NcStreamProto.Attribute.Type |
getType()
< 5.0
|
int |
getTypeValue()
< 5.0
|
boolean |
getUnsigned()
not used
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
string name = 1;com.google.protobuf.ByteString getNameBytes()
string name = 1;int getTypeValue()
< 5.0
.Attribute.Type type = 2;NcStreamProto.Attribute.Type getType()
< 5.0
.Attribute.Type type = 2;int getLen()
uint32 len = 3;com.google.protobuf.ByteString getData()
not needed if len == 0, Attribute with name but no value
bytes data = 4;java.util.List<java.lang.String> getSdataList()
used for string data
repeated string sdata = 5;int getSdataCount()
used for string data
repeated string sdata = 5;java.lang.String getSdata(int index)
used for string data
repeated string sdata = 5;index - The index of the element to return.com.google.protobuf.ByteString getSdataBytes(int index)
used for string data
repeated string sdata = 5;index - The index of the value to return.boolean getUnsigned()
not used
bool unsigned = 6;int getDataTypeValue()
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
.DataType dataType = 7;NcStreamProto.DataType getDataType()
5.0: cant use STRUCTURE or SEQUENCE or OPAQUE or ENUM; CHAR deprecated, use STRING
.DataType dataType = 7;