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
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the node group to retrieve. Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
getName
Required. The name of the node group to retrieve.
Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
string
setName
Required. The name of the node group to retrieve.
Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
var
string
$this
static::build
name
string
Required. The name of the node group to retrieve.
Format: projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}
Please see NodeGroupControllerClient::nodeGroupName()
for help formatting this field.