public interface ListParticipantSessionsResponseOrBuilder
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.
|
ParticipantSession |
getParticipantSessions(int index)
List of participants in one page.
|
int |
getParticipantSessionsCount()
List of participants in one page.
|
List<ParticipantSession> |
getParticipantSessionsList()
List of participants in one page.
|
ParticipantSessionOrBuilder |
getParticipantSessionsOrBuilder(int index)
List of participants in one page.
|
List<? extends ParticipantSessionOrBuilder> |
getParticipantSessionsOrBuilderList()
List of participants in one page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ParticipantSession> getParticipantSessionsList()
List of participants in one page.
repeated .google.apps.meet.v2.ParticipantSession participant_sessions = 1;ParticipantSession getParticipantSessions(int index)
List of participants in one page.
repeated .google.apps.meet.v2.ParticipantSession participant_sessions = 1;int getParticipantSessionsCount()
List of participants in one page.
repeated .google.apps.meet.v2.ParticipantSession participant_sessions = 1;List<? extends ParticipantSessionOrBuilder> getParticipantSessionsOrBuilderList()
List of participants in one page.
repeated .google.apps.meet.v2.ParticipantSession participant_sessions = 1;ParticipantSessionOrBuilder getParticipantSessionsOrBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2.ParticipantSession participant_sessions = 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;Copyright © 2024 Google LLC. All rights reserved.