Reference documentation and code samples for the Google Cloud Dataproc V1 Client class CreateNodeGroupRequest.
A request to create a node group.
Generated from protobuf message google.cloud.dataproc.v1.CreateNodeGroupRequest
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where this node group will be created. Format: projects/{project}/regions/{region}/clusters/{cluster}
↳ node_group
↳ node_group_id
string
Optional. An optional node group ID. Generated if not specified. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
↳ request_id
string
Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned. Recommendation: Set this value to a UUID . The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
getParent
Required. The parent resource where this node group will be created.
Format: projects/{project}/regions/{region}/clusters/{cluster}
string
setParent
Required. The parent resource where this node group will be created.
Format: projects/{project}/regions/{region}/clusters/{cluster}
var
string
$this
getNodeGroup
Required. The node group to create.
hasNodeGroup
clearNodeGroup
setNodeGroup
Required. The node group to create.
$this
getNodeGroupId
Optional. An optional node group ID. Generated if not specified.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
string
setNodeGroupId
Optional. An optional node group ID. Generated if not specified.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.
var
string
$this
getRequestId
Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.
Recommendation: Set this value to a UUID . The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
string
setRequestId
Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.
Recommendation: Set this value to a UUID . The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
var
string
$this
static::build
parent
string
Required. The parent resource where this node group will be created.
Format: projects/{project}/regions/{region}/clusters/{cluster}
Please see NodeGroupControllerClient::clusterRegionName()
for help formatting this field.
nodeGroup
nodeGroupId
string
Optional. An optional node group ID. Generated if not specified.
The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.