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