Reference documentation and code samples for the Google Cloud Dataplex V1 Client class BatchComputeResources.
Batch compute resources associated with the task.
Generated from protobuf message google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResources
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ executors_count |
int
Optional. Total number of job executors. |
↳ max_executors_count |
int
Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. |
getExecutorsCount
Optional. Total number of job executors.
Generated from protobuf field int32 executors_count = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
setExecutorsCount
Optional. Total number of job executors.
Generated from protobuf field int32 executors_count = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMaxExecutorsCount
Optional. Max configurable executors.
If max_executors_count > executors_count, then auto-scaling is enabled.
Generated from protobuf field int32 max_executors_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
|
setMaxExecutorsCount
Optional. Max configurable executors.
If max_executors_count > executors_count, then auto-scaling is enabled.
Generated from protobuf field int32 max_executors_count = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|