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