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