Interface Rpc.KeyValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rpc.KeyValue,Rpc.KeyValue.Builder
- Enclosing class:
- Rpc
public static interface Rpc.KeyValueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttribute()string attribute = 2;com.google.protobuf.ByteStringgetAttributeBytes()string attribute = 2;java.lang.StringgetKey()string key = 1;com.google.protobuf.ByteStringgetKeyBytes()string key = 1;longgetStamp()uint64 stamp = 4;com.google.protobuf.ByteStringgetValue()bytes value = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 1;- Returns:
- The bytes for key.
-
getAttribute
java.lang.String getAttribute()
string attribute = 2;- Returns:
- The attribute.
-
getAttributeBytes
com.google.protobuf.ByteString getAttributeBytes()
string attribute = 2;- Returns:
- The bytes for attribute.
-
getValue
com.google.protobuf.ByteString getValue()
bytes value = 3;- Returns:
- The value.
-
getStamp
long getStamp()
uint64 stamp = 4;- Returns:
- The stamp.
-
-