grpc.global_admin._GetAccountsResponseOrBuilder 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: global_admin.proto
package grpc.global_admin;
public interface _GetAccountsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:global_admin._GetAccountsResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .global_admin._Account accounts = 1;
*/
java.util.List
getAccountsList();
/**
* repeated .global_admin._Account accounts = 1;
*/
grpc.global_admin._Account getAccounts(int index);
/**
* repeated .global_admin._Account accounts = 1;
*/
int getAccountsCount();
/**
* repeated .global_admin._Account accounts = 1;
*/
java.util.List extends grpc.global_admin._AccountOrBuilder>
getAccountsOrBuilderList();
/**
* repeated .global_admin._Account accounts = 1;
*/
grpc.global_admin._AccountOrBuilder getAccountsOrBuilder(
int index);
}