grpc.cache_client._KeysExistResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cacheclient.proto
package grpc.cache_client;
public interface _KeysExistResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._KeysExistResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated bool exists = 1;
* @return A list containing the exists.
*/
java.util.List getExistsList();
/**
* repeated bool exists = 1;
* @return The count of exists.
*/
int getExistsCount();
/**
* repeated bool exists = 1;
* @param index The index of the element to return.
* @return The exists at the given index.
*/
boolean getExists(int index);
}