blob: 3e3ea2ec544f6a08331cbd6732923691809ff3cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
type: google.api.Service
config_version: 3
name: cloudtasks.googleapis.com
title: Cloud Tasks API
apis:
- name: google.cloud.tasks.v2.CloudTasks
documentation:
summary: Manages the execution of large numbers of distributed requests.
overview: |-
Cloud Tasks manages the execution of large numbers of distributed
requests.
For more information, see https://cloud.google.com/tasks/.
backend:
rules:
- selector: 'google.cloud.tasks.v2.CloudTasks.*'
deadline: 10.0
- selector: google.cloud.tasks.v2.CloudTasks.ListQueues
deadline: 15.0
authentication:
rules:
- selector: 'google.cloud.tasks.v2.CloudTasks.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|