Uses of Class
com.google.cloud.compute.v1.LicensesClient.ListPage
-
Packages that use LicensesClient.ListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of LicensesClient.ListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return LicensesClient.ListPage Modifier and Type Method Description protected LicensesClient.ListPage
LicensesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, LicensesListResponse response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type LicensesClient.ListPage Modifier and Type Method Description com.google.api.core.ApiFuture<LicensesClient.ListPage>
LicensesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLicensesRequest,LicensesListResponse,License> context, com.google.api.core.ApiFuture<LicensesListResponse> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type LicensesClient.ListPage Modifier and Type Method Description protected LicensesClient.ListFixedSizeCollection
LicensesClient.ListFixedSizeCollection. createCollection(List<LicensesClient.ListPage> pages, int collectionSize)
-