Reference documentation and code samples for the Google Cloud Dataproc V1 Client class JobPlacement.
Dataproc job config.
Generated from protobuf message google.cloud.dataproc.v1.JobPlacement
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cluster_name |
string
Required. The name of the cluster where the job will be submitted. |
↳ cluster_uuid |
string
Output only. A cluster UUID generated by the Dataproc service when the job is submitted. |
↳ cluster_labels |
array|Google\Protobuf\Internal\MapField
Optional. Cluster labels to identify a cluster where the job will be submitted. |
getClusterName
Required. The name of the cluster where the job will be submitted.
Generated from protobuf field string cluster_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
string |
|
setClusterName
Required. The name of the cluster where the job will be submitted.
Generated from protobuf field string cluster_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClusterUuid
Output only. A cluster UUID generated by the Dataproc service when the job is submitted.
Generated from protobuf field string cluster_uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
string |
|
setClusterUuid
Output only. A cluster UUID generated by the Dataproc service when the job is submitted.
Generated from protobuf field string cluster_uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getClusterLabels
Optional. Cluster labels to identify a cluster where the job will be submitted.
Generated from protobuf field map<string, string> cluster_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\MapField |
|
setClusterLabels
Optional. Cluster labels to identify a cluster where the job will be submitted.
Generated from protobuf field map<string, string> cluster_labels = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
| Returns | |
|---|---|
| Type | Description |
$this |
|