Interface EntryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntryRequest,EntryRequest.Builder
public interface EntryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional filter to find specific objectscom.google.protobuf.ByteStringOptional filter to find specific objectsgetKey()Query key identifying the entries to query.com.google.protobuf.ByteStringQuery key identifying the entries to query.booleanOptional filter to find specific objectsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKey
String getKey()Query key identifying the entries to query.
string key = 1 [json_name = "key"];- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Query key identifying the entries to query.
string key = 1 [json_name = "key"];- Returns:
- The bytes for key.
-
hasFilter
boolean hasFilter()Optional filter to find specific objects
optional string filter = 2 [json_name = "filter"];- Returns:
- Whether the filter field is set.
-
getFilter
String getFilter()Optional filter to find specific objects
optional string filter = 2 [json_name = "filter"];- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()Optional filter to find specific objects
optional string filter = 2 [json_name = "filter"];- Returns:
- The bytes for filter.
-