Uses of Class
com.google.cloud.support.v2.CaseServiceClient.SearchCaseClassificationsPage
-
Packages that use CaseServiceClient.SearchCaseClassificationsPage Package Description com.google.cloud.support.v2 A client to Google Cloud Support API -
-
Uses of CaseServiceClient.SearchCaseClassificationsPage in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 that return CaseServiceClient.SearchCaseClassificationsPage Modifier and Type Method Description protected CaseServiceClient.SearchCaseClassificationsPage
CaseServiceClient.SearchCaseClassificationsPage. createPage(com.google.api.gax.rpc.PageContext<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse,CaseClassification> context, SearchCaseClassificationsResponse response)
Methods in com.google.cloud.support.v2 that return types with arguments of type CaseServiceClient.SearchCaseClassificationsPage Modifier and Type Method Description com.google.api.core.ApiFuture<CaseServiceClient.SearchCaseClassificationsPage>
CaseServiceClient.SearchCaseClassificationsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse,CaseClassification> context, com.google.api.core.ApiFuture<SearchCaseClassificationsResponse> futureResponse)
Method parameters in com.google.cloud.support.v2 with type arguments of type CaseServiceClient.SearchCaseClassificationsPage Modifier and Type Method Description protected CaseServiceClient.SearchCaseClassificationsFixedSizeCollection
CaseServiceClient.SearchCaseClassificationsFixedSizeCollection. createCollection(List<CaseServiceClient.SearchCaseClassificationsPage> pages, int collectionSize)
-