DeleteWorkerPoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request to delete a WorkerPool
.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The name of the WorkerPool to delete. Format:
projects/{project}/locations/{location}/workerPools/{workerPool} .
|
etag |
str
Optional. If 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. |