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

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

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

  /**
   * repeated bytes fields = 2;
   * @return A list containing the fields.
   */
  java.util.List getFieldsList();
  /**
   * repeated bytes fields = 2;
   * @return The count of fields.
   */
  int getFieldsCount();
  /**
   * repeated bytes fields = 2;
   * @param index The index of the element to return.
   * @return The fields at the given index.
   */
  com.google.protobuf.ByteString getFields(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy