grpc.cache_client._GetBatchRequestOrBuilder 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 _GetBatchRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._GetBatchRequest)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cache_client._GetRequest items = 1;
*/
java.util.List
getItemsList();
/**
* repeated .cache_client._GetRequest items = 1;
*/
grpc.cache_client._GetRequest getItems(int index);
/**
* repeated .cache_client._GetRequest items = 1;
*/
int getItemsCount();
/**
* repeated .cache_client._GetRequest items = 1;
*/
java.util.List extends grpc.cache_client._GetRequestOrBuilder>
getItemsOrBuilderList();
/**
* repeated .cache_client._GetRequest items = 1;
*/
grpc.cache_client._GetRequestOrBuilder getItemsOrBuilder(
int index);
}