-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy path.repo-metadata.json
More file actions
19 lines (19 loc) · 1.14 KB
/
.repo-metadata.json
File metadata and controls
19 lines (19 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"api_shortname": "cloudscheduler",
"name_pretty": "Google Cloud Scheduler",
"product_documentation": "https://cloud.google.com/scheduler/docs",
"api_description": "lets you set up scheduled units of work to be executed at defined times or regular intervals. These work units are commonly known as cron jobs. Typical use cases might include sending out a report email on a daily basis, updating some cached data every 10 minutes, or updating some summary information once an hour.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-scheduler/latest/overview",
"release_level": "stable",
"transport": "both",
"language": "java",
"repo": "googleapis/google-cloud-java",
"repo_short": "java-scheduler",
"distribution_name": "com.google.cloud:google-cloud-scheduler",
"api_id": "cloudscheduler.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": false,
"issue_tracker": "https://issuetracker.google.com/savedsearches/5411429",
"rest_documentation": "https://cloud.google.com/scheduler/docs/reference/rest",
"rpc_documentation": "https://cloud.google.com/scheduler/docs/reference/rpc"
}