Google Cloud Dataplex V1 Client - Class BatchComputeResources (0.6.0)

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ Task \ InfrastructureSpec

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ executors_count int

Optional. Total number of job executors. Executor Count should be between 2 and 100. [Default=2]

↳ max_executors_count int

Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]

getExecutorsCount

Optional. Total number of job executors.

Executor Count should be between 2 and 100. [Default=2]

Returns
TypeDescription
int

setExecutorsCount

Optional. Total number of job executors.

Executor Count should be between 2 and 100. [Default=2]

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMaxExecutorsCount

Optional. Max configurable executors.

If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]

Returns
TypeDescription
int

setMaxExecutorsCount

Optional. Max configurable executors.

If max_executors_count > executors_count, then auto-scaling is enabled. Max Executor Count should be between 2 and 1000. [Default=1000]

Parameter
NameDescription
var int
Returns
TypeDescription
$this