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 Type
    Method
    Description
    Optional filter to find specific objects
    com.google.protobuf.ByteString
    Optional filter to find specific objects
    Query key identifying the entries to query.
    com.google.protobuf.ByteString
    Query key identifying the entries to query.
    boolean
    Optional filter to find specific objects

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.