BatchDeleteTasksRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for deleting a batch of tasks using BatchDeleteTasks.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The queue name. For example: Format: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID
|
names |
MutableSequence[str]
Required. The names of the tasks to delete. A maximum of 1000 tasks can be deleted in a batch. For example: Format: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID
|
request_id |
str
Optional. This field will be used to identify the long running operation, avoiding duplication when user retries. If not provided, then a UUID will be generated at server side. |