grpc.cache_client._DictionaryGetRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// 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);
}