Class UpdateWorkerPoolRequest (3.9.2)

UpdateWorkerPoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to update a WorkerPool.

Attributes

NameDescription
worker_pool google.cloud.devtools.cloudbuild_v1.types.WorkerPool
Required. The ``WorkerPool`` to update. The ``name`` field is used to identify the ``WorkerPool`` to update. Format: ``projects/{project}/locations/{location}/workerPools/{workerPool}``.
update_mask google.protobuf.field_mask_pb2.FieldMask
A mask specifying which fields in ``worker_pool`` to update.
validate_only bool
If set, validate the request and preview the response, but do not actually post it.

Inheritance

builtins.object > proto.message.Message > UpdateWorkerPoolRequest