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