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

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

  /**
   * bytes dictionary_name = 1;
   * @return The dictionaryName.
   */
  com.google.protobuf.ByteString getDictionaryName();

  /**
   * repeated .cache_client._DictionaryFieldValuePair items = 2;
   */
  java.util.List 
      getItemsList();
  /**
   * repeated .cache_client._DictionaryFieldValuePair items = 2;
   */
  grpc.cache_client._DictionaryFieldValuePair getItems(int index);
  /**
   * repeated .cache_client._DictionaryFieldValuePair items = 2;
   */
  int getItemsCount();
  /**
   * repeated .cache_client._DictionaryFieldValuePair items = 2;
   */
  java.util.List 
      getItemsOrBuilderList();
  /**
   * repeated .cache_client._DictionaryFieldValuePair items = 2;
   */
  grpc.cache_client._DictionaryFieldValuePairOrBuilder getItemsOrBuilder(
      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