Class ParticipantsClient.ListParticipantsPage (4.101.0)

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

Inheritance

java.lang.Object > AbstractPage > ParticipantsClient.ListParticipantsPage

Methods

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

protected ParticipantsClient.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.cloud.dialogflow.v2.ListParticipantsResponse
Returns
Type Description
ParticipantsClient.ListParticipantsPage
Overrides

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

public ApiFuture<ParticipantsClient.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