Uses of Class
com.google.cloud.contactcenterinsights.v1.ContactCenterInsightsClient.ListViewsPagedResponse
-
Packages that use ContactCenterInsightsClient.ListViewsPagedResponse Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of ContactCenterInsightsClient.ListViewsPagedResponse in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return ContactCenterInsightsClient.ListViewsPagedResponse Modifier and Type Method Description ContactCenterInsightsClient.ListViewsPagedResponse
ContactCenterInsightsClient. listViews(ListViewsRequest request)
Lists views.ContactCenterInsightsClient.ListViewsPagedResponse
ContactCenterInsightsClient. listViews(LocationName parent)
Lists views.ContactCenterInsightsClient.ListViewsPagedResponse
ContactCenterInsightsClient. listViews(String parent)
Lists views.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type ContactCenterInsightsClient.ListViewsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsClient.ListViewsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,View> context, com.google.api.core.ApiFuture<ListViewsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsClient. listViewsPagedCallable()
Lists views.com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsSettings.Builder. listViewsSettings()
Returns the builder for the settings used for calls to listViews.com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsSettings. listViewsSettings()
Returns the object with the settings used for calls to listViews. -
Uses of ContactCenterInsightsClient.ListViewsPagedResponse in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type ContactCenterInsightsClient.ListViewsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsStub. listViewsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ContactCenterInsightsClient.ListViewsPagedResponse>
GrpcContactCenterInsightsStub. listViewsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListViewsRequest,ContactCenterInsightsClient.ListViewsPagedResponse>
HttpJsonContactCenterInsightsStub. listViewsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListViewsRequest,ListViewsResponse,ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsStubSettings.Builder. listViewsSettings()
Returns the builder for the settings used for calls to listViews.com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsStubSettings. listViewsSettings()
Returns the object with the settings used for calls to listViews.
-