Class ParticipantsClient.ListSuggestionsPage (4.101.0)

public static class ParticipantsClient.ListSuggestionsPage extends AbstractPage<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion,ParticipantsClient.ListSuggestionsPage>

Inheritance

java.lang.Object > AbstractPage > ParticipantsClient.ListSuggestionsPage

Methods

createPage(@Nullable PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, @Nullable ListSuggestionsResponse response)

protected ParticipantsClient.ListSuggestionsPage createPage(@Nullable PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, @Nullable ListSuggestionsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion>
response @org.jspecify.annotations.Nullable com.google.cloud.dialogflow.v2beta1.ListSuggestionsResponse
Returns
Type Description
ParticipantsClient.ListSuggestionsPage
Overrides

createPageAsync(@Nullable PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ApiFuture<ListSuggestionsResponse> futureResponse)

public ApiFuture<ParticipantsClient.ListSuggestionsPage> createPageAsync(@Nullable PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion> context, ApiFuture<ListSuggestionsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListSuggestionsRequest,ListSuggestionsResponse,Suggestion>
futureResponse ApiFuture<ListSuggestionsResponse>
Returns
Type Description
ApiFuture<ListSuggestionsPage>
Overrides