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

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

  /**
   * bytes set_name = 1;
   * @return The setName.
   */
  com.google.protobuf.ByteString getSetName();

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy