Class AdaptationClient.ListPhraseSetPage (4.90.0)

public static class AdaptationClient.ListPhraseSetPage extends AbstractPage<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet,AdaptationClient.ListPhraseSetPage>

Inheritance

java.lang.Object > AbstractPage > AdaptationClient.ListPhraseSetPage

Methods

createPage(@Nullable PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, @Nullable ListPhraseSetResponse response)

protected AdaptationClient.ListPhraseSetPage createPage(@Nullable PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, @Nullable ListPhraseSetResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet>
response @org.jspecify.annotations.Nullable com.google.cloud.speech.v1p1beta1.ListPhraseSetResponse
Returns
Type Description
AdaptationClient.ListPhraseSetPage
Overrides

createPageAsync(@Nullable PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, ApiFuture<ListPhraseSetResponse> futureResponse)

public ApiFuture<AdaptationClient.ListPhraseSetPage> createPageAsync(@Nullable PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, ApiFuture<ListPhraseSetResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet>
futureResponse ApiFuture<ListPhraseSetResponse>
Returns
Type Description
ApiFuture<ListPhraseSetPage>
Overrides