Uses of Class
com.google.cloud.compute.v1.AddressesClient.AggregatedListPage
-
Packages that use AddressesClient.AggregatedListPage Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of AddressesClient.AggregatedListPage in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AddressesClient.AggregatedListPage Modifier and Type Method Description protected AddressesClient.AggregatedListPage
AddressesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, AddressAggregatedList response)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AddressesClient.AggregatedListPage Modifier and Type Method Description com.google.api.core.ApiFuture<AddressesClient.AggregatedListPage>
AddressesClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListAddressesRequest,AddressAggregatedList,Map.Entry<String,AddressesScopedList>> context, com.google.api.core.ApiFuture<AddressAggregatedList> futureResponse)
Method parameters in com.google.cloud.compute.v1 with type arguments of type AddressesClient.AggregatedListPage Modifier and Type Method Description protected AddressesClient.AggregatedListFixedSizeCollection
AddressesClient.AggregatedListFixedSizeCollection. createCollection(List<AddressesClient.AggregatedListPage> pages, int collectionSize)
-