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

grpc.cache_client._ListPushFrontRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.117.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cacheclient.proto

package grpc.cache_client;

public interface _ListPushFrontRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._ListPushFrontRequest)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * bytes value = 2;
   * @return The value.
   */
  com.google.protobuf.ByteString getValue();

  /**
   * 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 back of list
   * 
* * uint32 truncate_back_to_size = 5; * @return The truncateBackToSize. */ int getTruncateBackToSize(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy