blob: 4ce89f974dc0fb5763af989771cd087b71763d7f (
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
|
type: google.api.Service
config_version: 3
name: cloudtasks.googleapis.com
title: Cloud Tasks API
apis:
- name: google.cloud.tasks.v2beta3.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.v2beta3.CloudTasks.*'
deadline: 15.0
authentication:
rules:
- selector: 'google.cloud.tasks.v2beta3.CloudTasks.*'
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
|