Uses of Class
com.google.cloud.compute.v1.NodeGroupsClient.ListNodesPagedResponse
-
Packages that use NodeGroupsClient.ListNodesPagedResponse Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of NodeGroupsClient.ListNodesPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeGroupsClient.ListNodesPagedResponse Modifier and Type Method Description NodeGroupsClient.ListNodesPagedResponse
NodeGroupsClient. listNodes(ListNodesNodeGroupsRequest request)
Lists nodes in the node group.NodeGroupsClient.ListNodesPagedResponse
NodeGroupsClient. listNodes(String project, String zone, String nodeGroup)
Lists nodes in the node group.Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeGroupsClient.ListNodesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NodeGroupsClient.ListNodesPagedResponse>
NodeGroupsClient.ListNodesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNodesNodeGroupsRequest,NodeGroupsListNodes,NodeGroupNode> context, com.google.api.core.ApiFuture<NodeGroupsListNodes> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNodesNodeGroupsRequest,NodeGroupsClient.ListNodesPagedResponse>
NodeGroupsClient. listNodesPagedCallable()
Lists nodes in the node group.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodesNodeGroupsRequest,NodeGroupsListNodes,NodeGroupsClient.ListNodesPagedResponse>
NodeGroupsSettings.Builder. listNodesSettings()
Returns the builder for the settings used for calls to listNodes.com.google.api.gax.rpc.PagedCallSettings<ListNodesNodeGroupsRequest,NodeGroupsListNodes,NodeGroupsClient.ListNodesPagedResponse>
NodeGroupsSettings. listNodesSettings()
Returns the object with the settings used for calls to listNodes. -
Uses of NodeGroupsClient.ListNodesPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NodeGroupsClient.ListNodesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodesNodeGroupsRequest,NodeGroupsClient.ListNodesPagedResponse>
HttpJsonNodeGroupsStub. listNodesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodesNodeGroupsRequest,NodeGroupsClient.ListNodesPagedResponse>
NodeGroupsStub. listNodesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNodesNodeGroupsRequest,NodeGroupsListNodes,NodeGroupsClient.ListNodesPagedResponse>
NodeGroupsStubSettings.Builder. listNodesSettings()
Returns the builder for the settings used for calls to listNodes.com.google.api.gax.rpc.PagedCallSettings<ListNodesNodeGroupsRequest,NodeGroupsListNodes,NodeGroupsClient.ListNodesPagedResponse>
NodeGroupsStubSettings. listNodesSettings()
Returns the object with the settings used for calls to listNodes.
-