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