Google Cloud Dataplex V1 Client - Class BatchComputeResources (0.1.6)

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
NameDescription
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
TypeDescription
int

setExecutorsCount

Optional. Total number of job executors.

Generated from protobuf field int32 executors_count = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var int
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this