Package com.google.cloud.speech.v2
Class SpeechClient.ListPhraseSetsPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet,SpeechClient.ListPhraseSetsPage>
-
- com.google.cloud.speech.v2.SpeechClient.ListPhraseSetsPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<PhraseSet>
,com.google.api.gax.paging.Page<PhraseSet>
- Enclosing class:
- SpeechClient
public static class SpeechClient.ListPhraseSetsPage extends com.google.api.gax.paging.AbstractPage<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet,SpeechClient.ListPhraseSetsPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SpeechClient.ListPhraseSetsPage
createPage(com.google.api.gax.rpc.PageContext<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet> context, ListPhraseSetsResponse response)
com.google.api.core.ApiFuture<SpeechClient.ListPhraseSetsPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet> context, com.google.api.core.ApiFuture<ListPhraseSetsResponse> 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 SpeechClient.ListPhraseSetsPage createPage(com.google.api.gax.rpc.PageContext<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet> context, ListPhraseSetsResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet,SpeechClient.ListPhraseSetsPage>
-
createPageAsync
public com.google.api.core.ApiFuture<SpeechClient.ListPhraseSetsPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet> context, com.google.api.core.ApiFuture<ListPhraseSetsResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListPhraseSetsRequest,ListPhraseSetsResponse,PhraseSet,SpeechClient.ListPhraseSetsPage>
-
-