grpc.global_admin._ListInvitationsForAccountResponseOrBuilder 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: global_admin.proto
package grpc.global_admin;
public interface _ListInvitationsForAccountResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:global_admin._ListInvitationsForAccountResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .global_admin._Invitation invitations = 1;
*/
java.util.List
getInvitationsList();
/**
* repeated .global_admin._Invitation invitations = 1;
*/
grpc.global_admin._Invitation getInvitations(int index);
/**
* repeated .global_admin._Invitation invitations = 1;
*/
int getInvitationsCount();
/**
* repeated .global_admin._Invitation invitations = 1;
*/
java.util.List extends grpc.global_admin._InvitationOrBuilder>
getInvitationsOrBuilderList();
/**
* repeated .global_admin._Invitation invitations = 1;
*/
grpc.global_admin._InvitationOrBuilder getInvitationsOrBuilder(
int index);
}