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