Uses of Class
com.google.cloud.compute.v1.NodeGroupsListNodes
-
Packages that use NodeGroupsListNodes 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 NodeGroupsListNodes in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return NodeGroupsListNodes Modifier and Type Method Description NodeGroupsListNodes
NodeGroupsListNodes.Builder. build()
NodeGroupsListNodes
NodeGroupsListNodes.Builder. buildPartial()
static NodeGroupsListNodes
NodeGroupsListNodes. getDefaultInstance()
NodeGroupsListNodes
NodeGroupsListNodes.Builder. getDefaultInstanceForType()
NodeGroupsListNodes
NodeGroupsListNodes. getDefaultInstanceForType()
static NodeGroupsListNodes
NodeGroupsListNodes. parseDelimitedFrom(InputStream input)
static NodeGroupsListNodes
NodeGroupsListNodes. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(byte[] data)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(com.google.protobuf.ByteString data)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(com.google.protobuf.CodedInputStream input)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(InputStream input)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(ByteBuffer data)
static NodeGroupsListNodes
NodeGroupsListNodes. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type NodeGroupsListNodes Modifier and Type Method Description com.google.protobuf.Parser<NodeGroupsListNodes>
NodeGroupsListNodes. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListNodesNodeGroupsRequest,NodeGroupsListNodes>
NodeGroupsClient. listNodesCallable()
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.static com.google.protobuf.Parser<NodeGroupsListNodes>
NodeGroupsListNodes. parser()
Methods in com.google.cloud.compute.v1 with parameters of type NodeGroupsListNodes Modifier and Type Method Description protected NodeGroupsClient.ListNodesPage
NodeGroupsClient.ListNodesPage. createPage(com.google.api.gax.rpc.PageContext<ListNodesNodeGroupsRequest,NodeGroupsListNodes,NodeGroupNode> context, NodeGroupsListNodes response)
NodeGroupsListNodes.Builder
NodeGroupsListNodes.Builder. mergeFrom(NodeGroupsListNodes other)
static NodeGroupsListNodes.Builder
NodeGroupsListNodes. newBuilder(NodeGroupsListNodes prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type NodeGroupsListNodes 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)
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)
protected NodeGroupsClient.ListNodesPage
NodeGroupsClient.ListNodesPage. createPage(com.google.api.gax.rpc.PageContext<ListNodesNodeGroupsRequest,NodeGroupsListNodes,NodeGroupNode> context, NodeGroupsListNodes response)
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)
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)
-
Uses of NodeGroupsListNodes in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type NodeGroupsListNodes Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNodesNodeGroupsRequest,NodeGroupsListNodes>
HttpJsonNodeGroupsStub. listNodesCallable()
com.google.api.gax.rpc.UnaryCallable<ListNodesNodeGroupsRequest,NodeGroupsListNodes>
NodeGroupsStub. listNodesCallable()
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.
-