2026-07-21
▼ ▲ cloudtasks.projects.locations.operations.get
Parameters :
name
Description : The name of the operation resource.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/operations/[^/]+$
Required : Yes
Location : path
Path : v2beta3/{+name}
Flat Path : v2beta3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Parameter Order : name
▼ ▲ cloudtasks.projects.locations.queues.tasks.batchDelete
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v2beta3/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}/tasks:batchDelete
HTTP Method : POST
Description : Deletes a batch of tasks. This is a non-atomic operation: if deletion fails for some tasks, it can still succeed for others. The metadata field of google.longrunning.Operation contains details of failed deletions. A maximum of 1000 tasks can be deleted in a batch.
Parameter Order : parent
Parameters :
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/queues/[^/]+$
Required : Yes
Type : string
Description : Required. The queue name. For example: Format: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
Path : v2beta3/{+parent}/tasks:batchDelete
▼ ▲ cloudtasks.projects.locations.queues.tasks.batchCreate
HTTP Method : POST
Description : Creates a batch of tasks and adds them to a queue. This call is not atomic. All tasks must be for the same queue. A maximum of 100 tasks can be created in a single batch.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v2beta3/projects/{projectsId}/locations/{locationsId}/queues/{queuesId}/tasks:batchCreate
Parameter Order : parent
Path : v2beta3/{+parent}/tasks:batchCreate
Parameters :
parent
Location : path
Description : Required. The queue name. For example: `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` The queue must already exist.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/queues/[^/]+$
Required : Yes