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

grpc.cache_client._ListRemoveRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy