grpc.global_admin._GetEndpointsForAccountResponseOrBuilder 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 _GetEndpointsForAccountResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:global_admin._GetEndpointsForAccountResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .global_admin.Endpoint endpoints = 1;
*/
java.util.List
getEndpointsList();
/**
* repeated .global_admin.Endpoint endpoints = 1;
*/
grpc.global_admin.Endpoint getEndpoints(int index);
/**
* repeated .global_admin.Endpoint endpoints = 1;
*/
int getEndpointsCount();
/**
* repeated .global_admin.Endpoint endpoints = 1;
*/
java.util.List extends grpc.global_admin.EndpointOrBuilder>
getEndpointsOrBuilderList();
/**
* repeated .global_admin.Endpoint endpoints = 1;
*/
grpc.global_admin.EndpointOrBuilder getEndpointsOrBuilder(
int index);
}