Class CreateWorkerPoolRequest (3.9.2)

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

Request to create a new WorkerPool.

Attributes

NameDescription
parent str
Required. The parent resource where this worker pool will be created. Format: ``projects/{project}/locations/{location}``.
worker_pool google.cloud.devtools.cloudbuild_v1.types.WorkerPool
Required. ``WorkerPool`` resource to create.
worker_pool_id str
Required. Immutable. The ID to use for the ``WorkerPool``, which will become the final component of the resource name. This value should be 1-63 characters, and valid characters are /`a-z][0-9]`-/.
validate_only bool
If set, validate the request and preview the response, but do not actually post it.

Inheritance

builtins.object > proto.message.Message > CreateWorkerPoolRequest