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