Class ConferenceRecordsServiceClient.ListParticipantSessionsPage (0.62.0)

public static class ConferenceRecordsServiceClient.ListParticipantSessionsPage extends AbstractPage<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession,ConferenceRecordsServiceClient.ListParticipantSessionsPage>

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListParticipantSessionsPage

Methods

createPage(@Nullable PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, @Nullable ListParticipantSessionsResponse response)

protected ConferenceRecordsServiceClient.ListParticipantSessionsPage createPage(@Nullable PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, @Nullable ListParticipantSessionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession>
response @org.jspecify.annotations.Nullable com.google.apps.meet.v2beta.ListParticipantSessionsResponse
Returns
Type Description
ConferenceRecordsServiceClient.ListParticipantSessionsPage
Overrides

createPageAsync(@Nullable PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, ApiFuture<ListParticipantSessionsResponse> futureResponse)

public ApiFuture<ConferenceRecordsServiceClient.ListParticipantSessionsPage> createPageAsync(@Nullable PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession> context, ApiFuture<ListParticipantSessionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListParticipantSessionsRequest,ListParticipantSessionsResponse,ParticipantSession>
futureResponse ApiFuture<ListParticipantSessionsResponse>
Returns
Type Description
ApiFuture<ListParticipantSessionsPage>
Overrides