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