grpc.control_client._ListIndexesResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: controlclient.proto
package grpc.control_client;
public interface _ListIndexesResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:control_client._ListIndexesResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .control_client._ListIndexesResponse._Index indexes = 1;
*/
java.util.List
getIndexesList();
/**
* repeated .control_client._ListIndexesResponse._Index indexes = 1;
*/
grpc.control_client._ListIndexesResponse._Index getIndexes(int index);
/**
* repeated .control_client._ListIndexesResponse._Index indexes = 1;
*/
int getIndexesCount();
/**
* repeated .control_client._ListIndexesResponse._Index indexes = 1;
*/
java.util.List extends grpc.control_client._ListIndexesResponse._IndexOrBuilder>
getIndexesOrBuilderList();
/**
* repeated .control_client._ListIndexesResponse._Index indexes = 1;
*/
grpc.control_client._ListIndexesResponse._IndexOrBuilder getIndexesOrBuilder(
int index);
}