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; |
int |
getLen()
required uint32 len = 3; |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required 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; |
java.util.List<java.lang.String> |
getSdataList()
repeated string sdata = 5; |
NcStreamProto.Attribute.Type |
getType()
required .Attribute.Type type = 2; |
boolean |
getUnsigned()
optional bool unsigned = 6 [default = false]; |
boolean |
hasData()
optional bytes data = 4; |
boolean |
hasLen()
required uint32 len = 3; |
boolean |
hasName()
required string name = 1; |
boolean |
hasType()
required .Attribute.Type type = 2; |
boolean |
hasUnsigned()
optional bool unsigned = 6 [default = false]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 1;
java.lang.String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasType()
required .Attribute.Type type = 2;
NcStreamProto.Attribute.Type getType()
required .Attribute.Type type = 2;
boolean hasLen()
required uint32 len = 3;
int getLen()
required uint32 len = 3;
boolean hasData()
optional bytes data = 4;
not needed if len == 0
com.google.protobuf.ByteString getData()
optional bytes data = 4;
not needed if len == 0
java.util.List<java.lang.String> 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 hasUnsigned()
optional bool unsigned = 6 [default = false];
boolean getUnsigned()
optional bool unsigned = 6 [default = false];