Class ConferenceRecordsServiceClient.ListParticipantsPage (0.62.0)

public static class ConferenceRecordsServiceClient.ListParticipantsPage extends AbstractPage<ListParticipantsRequest,ListParticipantsResponse,Participant,ConferenceRecordsServiceClient.ListParticipantsPage>

Inheritance

java.lang.Object > AbstractPage > ConferenceRecordsServiceClient.ListParticipantsPage

Methods

createPage(@Nullable PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, @Nullable ListParticipantsResponse response)

protected ConferenceRecordsServiceClient.ListParticipantsPage createPage(@Nullable PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, @Nullable ListParticipantsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant>
response @org.jspecify.annotations.Nullable com.google.apps.meet.v2beta.ListParticipantsResponse
Returns
Type Description
ConferenceRecordsServiceClient.ListParticipantsPage
Overrides

createPageAsync(@Nullable PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)

public ApiFuture<ConferenceRecordsServiceClient.ListParticipantsPage> createPageAsync(@Nullable PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant> context, ApiFuture<ListParticipantsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListParticipantsRequest,ListParticipantsResponse,Participant>
futureResponse ApiFuture<ListParticipantsResponse>
Returns
Type Description
ApiFuture<ListParticipantsPage>
Overrides