All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.cache_client._SortedSetFetchResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.117.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cacheclient.proto

package grpc.cache_client;

public interface _SortedSetFetchResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._SortedSetFetchResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cache_client._SortedSetFetchResponse._Found found = 1;
   * @return Whether the found field is set.
   */
  boolean hasFound();
  /**
   * .cache_client._SortedSetFetchResponse._Found found = 1;
   * @return The found.
   */
  grpc.cache_client._SortedSetFetchResponse._Found getFound();
  /**
   * .cache_client._SortedSetFetchResponse._Found found = 1;
   */
  grpc.cache_client._SortedSetFetchResponse._FoundOrBuilder getFoundOrBuilder();

  /**
   * .cache_client._SortedSetFetchResponse._Missing missing = 2;
   * @return Whether the missing field is set.
   */
  boolean hasMissing();
  /**
   * .cache_client._SortedSetFetchResponse._Missing missing = 2;
   * @return The missing.
   */
  grpc.cache_client._SortedSetFetchResponse._Missing getMissing();
  /**
   * .cache_client._SortedSetFetchResponse._Missing missing = 2;
   */
  grpc.cache_client._SortedSetFetchResponse._MissingOrBuilder getMissingOrBuilder();

  grpc.cache_client._SortedSetFetchResponse.SortedSetCase getSortedSetCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy