Interface Rpc.ListRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rpc.ListRequest,Rpc.ListRequest.Builder
- Enclosing class:
- Rpc
public static interface Rpc.ListRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntity()* Name of the entity.com.google.protobuf.ByteStringgetEntityBytes()* Name of the entity.java.lang.StringgetKey()* Key of the entity.com.google.protobuf.ByteStringgetKeyBytes()* Key of the entity.intgetLimit()* Maximal number of items to return.java.lang.StringgetOffset()* Offset.com.google.protobuf.ByteStringgetOffsetBytes()* Offset.java.lang.StringgetTransactionId()* ID of transaction that is part of this request (if any).com.google.protobuf.ByteStringgetTransactionIdBytes()* ID of transaction that is part of this request (if any).java.lang.StringgetWildcardPrefix()* Prefix of the wildcard attribute (i.e.com.google.protobuf.ByteStringgetWildcardPrefixBytes()* Prefix of the wildcard attribute (i.e.-
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()
* Name of the entity.
string entity = 1;- Returns:
- The entity.
-
getEntityBytes
com.google.protobuf.ByteString getEntityBytes()
* Name of the entity.
string entity = 1;- Returns:
- The bytes for entity.
-
getKey
java.lang.String getKey()
* Key of the entity.
string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
* Key of the entity.
string key = 2;- Returns:
- The bytes for key.
-
getWildcardPrefix
java.lang.String getWildcardPrefix()
* Prefix of the wildcard attribute (i.e. the name without tha last `.*')
string wildcardPrefix = 3;- Returns:
- The wildcardPrefix.
-
getWildcardPrefixBytes
com.google.protobuf.ByteString getWildcardPrefixBytes()
* Prefix of the wildcard attribute (i.e. the name without tha last `.*')
string wildcardPrefix = 3;- Returns:
- The bytes for wildcardPrefix.
-
getOffset
java.lang.String getOffset()
* Offset. If present, return attribute that follows the given one.
string offset = 4;- Returns:
- The offset.
-
getOffsetBytes
com.google.protobuf.ByteString getOffsetBytes()
* Offset. If present, return attribute that follows the given one.
string offset = 4;- Returns:
- The bytes for offset.
-
getLimit
int getLimit()
* Maximal number of items to return. If less or equal to zero than unlimited.
uint32 limit = 5;- Returns:
- The limit.
-
getTransactionId
java.lang.String getTransactionId()
* ID of transaction that is part of this request (if any). If empty, the request is not part of any ongoing transaction.
string transactionId = 6;- Returns:
- The transactionId.
-
getTransactionIdBytes
com.google.protobuf.ByteString getTransactionIdBytes()
* ID of transaction that is part of this request (if any). If empty, the request is not part of any ongoing transaction.
string transactionId = 6;- Returns:
- The bytes for transactionId.
-
-