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

grpc.cache_client._KeysExistRequestOrBuilder 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 _KeysExistRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._KeysExistRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated bytes cache_keys = 1;
   * @return A list containing the cacheKeys.
   */
  java.util.List getCacheKeysList();
  /**
   * repeated bytes cache_keys = 1;
   * @return The count of cacheKeys.
   */
  int getCacheKeysCount();
  /**
   * repeated bytes cache_keys = 1;
   * @param index The index of the element to return.
   * @return The cacheKeys at the given index.
   */
  com.google.protobuf.ByteString getCacheKeys(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy