Class ContactCenterInsightsClient.ListPhraseMatchersPage
- java.lang.Object
-
- com.google.api.gax.paging.AbstractPage<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher,ContactCenterInsightsClient.ListPhraseMatchersPage>
-
- com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsClient.ListPhraseMatchersPage
-
- All Implemented Interfaces:
com.google.api.gax.paging.AsyncPage<PhraseMatcher>
,com.google.api.gax.paging.Page<PhraseMatcher>
- Enclosing class:
- ContactCenterInsightsClient
public static class ContactCenterInsightsClient.ListPhraseMatchersPage extends com.google.api.gax.paging.AbstractPage<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher,ContactCenterInsightsClient.ListPhraseMatchersPage>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ContactCenterInsightsClient.ListPhraseMatchersPage
createPage(com.google.api.gax.rpc.PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, ListPhraseMatchersResponse response)
com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListPhraseMatchersPage>
createPageAsync(com.google.api.gax.rpc.PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, com.google.api.core.ApiFuture<ListPhraseMatchersResponse> 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 ContactCenterInsightsClient.ListPhraseMatchersPage createPage(com.google.api.gax.rpc.PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, ListPhraseMatchersResponse response)
- Specified by:
createPage
in classcom.google.api.gax.paging.AbstractPage<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher,ContactCenterInsightsClient.ListPhraseMatchersPage>
-
createPageAsync
public com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListPhraseMatchersPage> createPageAsync(com.google.api.gax.rpc.PageContext<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher> context, com.google.api.core.ApiFuture<ListPhraseMatchersResponse> futureResponse)
- Overrides:
createPageAsync
in classcom.google.api.gax.paging.AbstractPage<ListPhraseMatchersRequest,ListPhraseMatchersResponse,PhraseMatcher,ContactCenterInsightsClient.ListPhraseMatchersPage>
-
-