Class AdaptationClient.ListPhraseSetPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet,AdaptationClient.ListPhraseSetPage>
-
- com.google.cloud.speech.v1p1beta1.AdaptationClient.ListPhraseSetPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<PhraseSet>
,com.google.api.gax.paging.Page<PhraseSet>
- Enclosing class:
- AdaptationClient
public static class AdaptationClient.ListPhraseSetPage extends com.google.api.gax.paging.AbstractPage<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet,AdaptationClient.ListPhraseSetPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AdaptationClient.ListPhraseSetPage
createPage(com.google.api.gax.rpc.PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, ListPhraseSetResponse response)
com.google.api.core.ApiFuture<AdaptationClient.ListPhraseSetPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, com.google.api.core.ApiFuture<ListPhraseSetResponse> futureResponse)
-
Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAll
-
-
-
-
Method Detail
-
createPage
protected AdaptationClient.ListPhraseSetPage createPage(com.google.api.gax.rpc.PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, ListPhraseSetResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet,AdaptationClient.ListPhraseSetPage>
-
createPageAsync
public com.google.api.core.ApiFuture<AdaptationClient.ListPhraseSetPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet> context, com.google.api.core.ApiFuture<ListPhraseSetResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListPhraseSetRequest,ListPhraseSetResponse,PhraseSet,AdaptationClient.ListPhraseSetPage>
-
-