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