Class DeleteWorkerPoolRequest

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

Request to delete a WorkerPool.

Attributes

NameDescription
name str
Required. The name of the ``WorkerPool`` to delete. Format: ``projects/{project}/locations/{workerPool}/workerPools/{workerPool}``.
etag str
Optional. If this is provided, it must match the server's etag on the workerpool for the request to be processed.
allow_missing bool
If set to true, and the ``WorkerPool`` is not found, the request will succeed but no action will be taken on the server.
validate_only bool
If set, validate the request and preview the response, but do not actually post it.

Inheritance

builtins.object > proto.message.Message > DeleteWorkerPoolRequest