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