grpc.cache_client._ListRemoveRequestOrBuilder 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 _ListRemoveRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._ListRemoveRequest)
com.google.protobuf.MessageOrBuilder {
/**
* bytes list_name = 1;
* @return The listName.
*/
com.google.protobuf.ByteString getListName();
/**
*
* Remove all appearances in the list where the element is this value
*
*
* bytes all_elements_with_value = 2;
* @return Whether the allElementsWithValue field is set.
*/
boolean hasAllElementsWithValue();
/**
*
* Remove all appearances in the list where the element is this value
*
*
* bytes all_elements_with_value = 2;
* @return The allElementsWithValue.
*/
com.google.protobuf.ByteString getAllElementsWithValue();
grpc.cache_client._ListRemoveRequest.RemoveCase getRemoveCase();
}