public interface ListParticipantSessionsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |
getParticipantSessions(int index)
public abstract ParticipantSession getParticipantSessions(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ParticipantSession |
getParticipantSessionsCount()
public abstract int getParticipantSessionsCount()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns | |
---|---|
Type | Description |
int |
getParticipantSessionsList()
public abstract List<ParticipantSession> getParticipantSessionsList()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns | |
---|---|
Type | Description |
List<ParticipantSession> |
getParticipantSessionsOrBuilder(int index)
public abstract ParticipantSessionOrBuilder getParticipantSessionsOrBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ParticipantSessionOrBuilder |
getParticipantSessionsOrBuilderList()
public abstract List<? extends ParticipantSessionOrBuilder> getParticipantSessionsOrBuilderList()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.meet.v2beta.ParticipantSessionOrBuilder> |