Reference documentation and code samples for the Google Cloud Dataproc V1 Client class GetNodeGroupRequest.
A request to get a node group .
Generated from protobuf message google.cloud.dataproc.v1.GetNodeGroupRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the node group to retrieve. Format: |
getName
Required. The name of the node group to retrieve.
Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the node group to retrieve.
Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|