grpc.cache_client._SetDifferenceRequestOrBuilder 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 _SetDifferenceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._SetDifferenceRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes set_name = 1;
* @return The setName.
*/
com.google.protobuf.ByteString getSetName();
/**
* .cache_client._SetDifferenceRequest._Minuend minuend = 2;
* @return Whether the minuend field is set.
*/
boolean hasMinuend();
/**
* .cache_client._SetDifferenceRequest._Minuend minuend = 2;
* @return The minuend.
*/
grpc.cache_client._SetDifferenceRequest._Minuend getMinuend();
/**
* .cache_client._SetDifferenceRequest._Minuend minuend = 2;
*/
grpc.cache_client._SetDifferenceRequest._MinuendOrBuilder getMinuendOrBuilder();
/**
* .cache_client._SetDifferenceRequest._Subtrahend subtrahend = 3;
* @return Whether the subtrahend field is set.
*/
boolean hasSubtrahend();
/**
* .cache_client._SetDifferenceRequest._Subtrahend subtrahend = 3;
* @return The subtrahend.
*/
grpc.cache_client._SetDifferenceRequest._Subtrahend getSubtrahend();
/**
* .cache_client._SetDifferenceRequest._Subtrahend subtrahend = 3;
*/
grpc.cache_client._SetDifferenceRequest._SubtrahendOrBuilder getSubtrahendOrBuilder();
grpc.cache_client._SetDifferenceRequest.DifferenceCase getDifferenceCase();
}