Google Cloud Dataplex V1 Client - Class BatchComputeResources (1.8.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
Name Description
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
Type Description
int

setExecutorsCount

Optional. Total number of job executors.

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

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. Max Executor Count should be between 2 and 1000. [Default=1000]

Returns
Type Description
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
Name Description
var int
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.