googleapis.com

Manages the execution of large numbers of distributed requests.

🔑 oauth2 16 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Gets a task.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudtasks.googleapis.com/v2beta3/{name}
Lists the tasks in a queue. By default, only the BASIC view is retrieved due …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudtasks.googleapis.com/v2beta3/{parent}/tasks
Lists queues. Queues are returned in lexicographical order.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://cloudtasks.googleapis.com/v2beta3/{parent}/queues
Endpoints (16 total)
GET
/v2beta3/{name}
Gets a task.
GET
/v2beta3/{parent}/tasks
Lists the tasks in a queue. By default, only the BASIC view is retrieved due …
GET
/v2beta3/{parent}/queues
Lists queues. Queues are returned in lexicographical order.
GET
/v2beta3/{name}/locations
Lists information about the supported locations for this service.
POST
/v2beta3/{name}:run
Forces a task to run now. When this method is called, Cloud Tasks will dispat…
POST
/v2beta3/{name}:pause
Pauses the queue. If a queue is paused then the system will stop dispatching …
POST
/v2beta3/{name}:purge
Purges a queue by deleting all of its tasks. All tasks created before this me…
POST
/v2beta3/{name}:resume
Resume a queue. This method resumes a queue after it has been PAUSED or DISAB…
POST
/v2beta3/{parent}/tasks
Creates a task and adds it to a queue. Tasks cannot be updated after creation…
POST
/v2beta3/{parent}/queues
Creates a queue. Queues created with this method allow tasks to live for a ma…
POST
/v2beta3/{resource}:getIamPolicy
Gets the access control policy for a Queue. Returns an empty policy if the re…
POST
/v2beta3/{resource}:setIamPolicy
Sets the access control policy for a Queue. Replaces any existing policy. Not…
At a glance
Total SDKs10
Languages6
Endpoints16
Authoauth2
Categories2
https://cloudtasks.googleapis.com