xref: /aosp_15_r20/external/googleapis/google/cloud/scheduler/v1beta1/cloudscheduler_v1beta1.yaml (revision d5c09012810ac0c9f33fe448fb6da8260d444cc9)
1type: google.api.Service
2config_version: 3
3name: cloudscheduler.googleapis.com
4title: Cloud Scheduler API
5
6apis:
7- name: google.cloud.location.Locations
8- name: google.cloud.scheduler.v1beta1.CloudScheduler
9
10documentation:
11  summary: Creates and manages jobs run on a regular recurring schedule.
12  rules:
13  - selector: google.cloud.location.Locations.GetLocation
14    description: Gets information about a location.
15
16  - selector: google.cloud.location.Locations.ListLocations
17    description: Lists information about the supported locations for this service.
18
19backend:
20  rules:
21  - selector: google.cloud.location.Locations.GetLocation
22    deadline: 30.0
23  - selector: google.cloud.location.Locations.ListLocations
24    deadline: 30.0
25  - selector: 'google.cloud.scheduler.v1beta1.CloudScheduler.*'
26    deadline: 30.0
27
28http:
29  rules:
30  - selector: google.cloud.location.Locations.GetLocation
31    get: '/v1beta1/{name=projects/*/locations/*}'
32  - selector: google.cloud.location.Locations.ListLocations
33    get: '/v1beta1/{name=projects/*}/locations'
34
35authentication:
36  rules:
37  - selector: google.cloud.location.Locations.GetLocation
38    oauth:
39      canonical_scopes: |-
40        https://www.googleapis.com/auth/cloud-platform
41  - selector: google.cloud.location.Locations.ListLocations
42    oauth:
43      canonical_scopes: |-
44        https://www.googleapis.com/auth/cloud-platform
45  - selector: 'google.cloud.scheduler.v1beta1.CloudScheduler.*'
46    oauth:
47      canonical_scopes: |-
48        https://www.googleapis.com/auth/cloud-platform
49