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