Uses of Class
com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsClient.ListViewsPage
-
Packages that use ContactCenterInsightsClient.ListViewsPage Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights API -
-
Uses of ContactCenterInsightsClient.ListViewsPage in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ContactCenterInsightsClient.ListViewsPage Modifier and Type Method Description protected ContactCenterInsightsClient.ListViewsPage
ContactCenterInsightsClient.ListViewsPage. createPage(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,View> context, ListViewsResponse response)
Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ContactCenterInsightsClient.ListViewsPage Modifier and Type Method Description com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListViewsPage>
ContactCenterInsightsClient.ListViewsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,View> context, com.google.api.core.ApiFuture<ListViewsResponse> futureResponse)
Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type ContactCenterInsightsClient.ListViewsPage Modifier and Type Method Description protected ContactCenterInsightsClient.ListViewsFixedSizeCollection
ContactCenterInsightsClient.ListViewsFixedSizeCollection. createCollection(List<ContactCenterInsightsClient.ListViewsPage> pages, int collectionSize)
-