Interface Rpc.ScanRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rpc.ScanRequest,Rpc.ScanRequest.Builder
- Enclosing class:
- Rpc
public static interface Rpc.ScanRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAttribute(int index)repeated string attribute = 2;com.google.protobuf.ByteStringgetAttributeBytes(int index)repeated string attribute = 2;intgetAttributeCount()repeated string attribute = 2;java.util.List<java.lang.String>getAttributeList()repeated string attribute = 2;java.lang.StringgetEntity()string entity = 1;com.google.protobuf.ByteStringgetEntityBytes()string entity = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntity
java.lang.String getEntity()
string entity = 1;- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
string entity = 1;- Returns:
- The bytes for entity.
-
getAttributeList
java.util.List<java.lang.String> getAttributeList()
repeated string attribute = 2;- Returns:
- A list containing the attribute.
-
getAttributeCount
int getAttributeCount()
repeated string attribute = 2;- Returns:
- The count of attribute.
-
getAttribute
java.lang.String getAttribute(int index)
repeated string attribute = 2;- Parameters:
index- The index of the element to return.- Returns:
- The attribute at the given index.
-
getAttributeBytes
com.google.protobuf.ByteString getAttributeBytes(int index)
repeated string attribute = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the attribute at the given index.
-
-