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

grpc.cache_client._ListConcatenateBackRequestOrBuilder 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 _ListConcatenateBackRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._ListConcatenateBackRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes list_name = 1;
   * @return The listName.
   */
  com.google.protobuf.ByteString getListName();

  /**
   * repeated bytes values = 2;
   * @return A list containing the values.
   */
  java.util.List getValuesList();
  /**
   * repeated bytes values = 2;
   * @return The count of values.
   */
  int getValuesCount();
  /**
   * repeated bytes values = 2;
   * @param index The index of the element to return.
   * @return The values at the given index.
   */
  com.google.protobuf.ByteString getValues(int index);

  /**
   * uint64 ttl_milliseconds = 3;
   * @return The ttlMilliseconds.
   */
  long getTtlMilliseconds();

  /**
   * bool refresh_ttl = 4;
   * @return The refreshTtl.
   */
  boolean getRefreshTtl();

  /**
   * 
   * ensure total length <= this; remove excess from front of list
   * 
* * uint32 truncate_front_to_size = 5; * @return The truncateFrontToSize. */ int getTruncateFrontToSize(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy