public interface ListParticipantsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to be circulated back for further List call if current List doesn't
include all the participants.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to be circulated back for further List call if current List doesn't
include all the participants.
|
Participant |
getParticipants(int index)
List of participants in one page.
|
int |
getParticipantsCount()
List of participants in one page.
|
List<Participant> |
getParticipantsList()
List of participants in one page.
|
ParticipantOrBuilder |
getParticipantsOrBuilder(int index)
List of participants in one page.
|
List<? extends ParticipantOrBuilder> |
getParticipantsOrBuilderList()
List of participants in one page.
|
int |
getTotalSize()
Total, exact number of `participants`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Participant> getParticipantsList()
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;Participant getParticipants(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;int getParticipantsCount()
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;List<? extends ParticipantOrBuilder> getParticipantsOrBuilderList()
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;ParticipantOrBuilder getParticipantsOrBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;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;com.google.protobuf.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;int getTotalSize()
Total, exact number of `participants`. By default, this field isn't included in the response. Set the field mask in [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters) to receive this field in the response.
int32 total_size = 3;Copyright © 2024 Google LLC. All rights reserved.