Interface ListParticipantsResponseOrBuilder (0.11.0)

public interface ListParticipantsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getParticipants(int index)

public abstract Participant getParticipants(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
Name Description
index int
Returns
Type Description
Participant

getParticipantsCount()

public abstract int getParticipantsCount()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
Type Description
int

getParticipantsList()

public abstract List<Participant> getParticipantsList()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
Type Description
List<Participant>

getParticipantsOrBuilder(int index)

public abstract ParticipantOrBuilder getParticipantsOrBuilder(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
Name Description
index int
Returns
Type Description
ParticipantOrBuilder

getParticipantsOrBuilderList()

public abstract List<? extends ParticipantOrBuilder> getParticipantsOrBuilderList()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
Type Description
List<? extends com.google.apps.meet.v2beta.ParticipantOrBuilder>

getTotalSize()

public abstract int getTotalSize()

Total, exact number of participants. By default, this field isn't included in the response. Set the field mask in SystemParameterContext to receive this field in the response.

int32 total_size = 3;

Returns
Type Description
int

The totalSize.