Uses of Class
com.google.cloud.edgecontainer.v1.EdgeContainerClient.ListNodePoolsPage
-
Packages that use EdgeContainerClient.ListNodePoolsPage Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of EdgeContainerClient.ListNodePoolsPage in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return EdgeContainerClient.ListNodePoolsPage Modifier and Type Method Description protected EdgeContainerClient.ListNodePoolsPage
EdgeContainerClient.ListNodePoolsPage. createPage(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, ListNodePoolsResponse response)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type EdgeContainerClient.ListNodePoolsPage Modifier and Type Method Description com.google.api.core.ApiFuture<EdgeContainerClient.ListNodePoolsPage>
EdgeContainerClient.ListNodePoolsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListNodePoolsRequest,ListNodePoolsResponse,NodePool> context, com.google.api.core.ApiFuture<ListNodePoolsResponse> futureResponse)
Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type EdgeContainerClient.ListNodePoolsPage Modifier and Type Method Description protected EdgeContainerClient.ListNodePoolsFixedSizeCollection
EdgeContainerClient.ListNodePoolsFixedSizeCollection. createCollection(List<EdgeContainerClient.ListNodePoolsPage> pages, int collectionSize)
-