grpc.cache_client._SetSampleResponseOrBuilder 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 _SetSampleResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._SetSampleResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .cache_client._SetSampleResponse._Found found = 1;
* @return Whether the found field is set.
*/
boolean hasFound();
/**
* .cache_client._SetSampleResponse._Found found = 1;
* @return The found.
*/
grpc.cache_client._SetSampleResponse._Found getFound();
/**
* .cache_client._SetSampleResponse._Found found = 1;
*/
grpc.cache_client._SetSampleResponse._FoundOrBuilder getFoundOrBuilder();
/**
* .cache_client._SetSampleResponse._Missing missing = 2;
* @return Whether the missing field is set.
*/
boolean hasMissing();
/**
* .cache_client._SetSampleResponse._Missing missing = 2;
* @return The missing.
*/
grpc.cache_client._SetSampleResponse._Missing getMissing();
/**
* .cache_client._SetSampleResponse._Missing missing = 2;
*/
grpc.cache_client._SetSampleResponse._MissingOrBuilder getMissingOrBuilder();
grpc.cache_client._SetSampleResponse.SetCase getSetCase();
}