1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4  "language": "java",
5  "protoPackage": "google.cloud.scheduler.v1",
6  "libraryPackage": "com.google.cloud.scheduler.v1",
7  "services": {
8    "CloudScheduler": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "CloudSchedulerClient",
12          "rpcs": {
13            "CreateJob": {
14              "methods": ["createJob", "createJob", "createJob", "createJobCallable"]
15            },
16            "DeleteJob": {
17              "methods": ["deleteJob", "deleteJob", "deleteJob", "deleteJobCallable"]
18            },
19            "GetJob": {
20              "methods": ["getJob", "getJob", "getJob", "getJobCallable"]
21            },
22            "GetLocation": {
23              "methods": ["getLocation", "getLocationCallable"]
24            },
25            "ListJobs": {
26              "methods": ["listJobs", "listJobs", "listJobs", "listJobsPagedCallable", "listJobsCallable"]
27            },
28            "ListLocations": {
29              "methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
30            },
31            "PauseJob": {
32              "methods": ["pauseJob", "pauseJob", "pauseJob", "pauseJobCallable"]
33            },
34            "ResumeJob": {
35              "methods": ["resumeJob", "resumeJob", "resumeJob", "resumeJobCallable"]
36            },
37            "RunJob": {
38              "methods": ["runJob", "runJob", "runJob", "runJobCallable"]
39            },
40            "UpdateJob": {
41              "methods": ["updateJob", "updateJob", "updateJobCallable"]
42            }
43          }
44        }
45      }
46    }
47  }
48}