-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generate GAPIC metadata JSON file (#314)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/1375dc8f-6e92-47e5-b704-19ee285b9aaf/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 345596855 Source-Link: googleapis/googleapis@d189e87
- Loading branch information
1 parent
5cdecc0
commit cc63acd
Showing
3 changed files
with
217 additions
and
3 deletions.
There are no files selected for viewing
107 changes: 107 additions & 0 deletions
107
packages/google-cloud-scheduler/src/v1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.scheduler.v1", | ||
"libraryPackage": "@google-cloud/scheduler", | ||
"services": { | ||
"CloudScheduler": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "CloudSchedulerClient", | ||
"rpcs": { | ||
"GetJob": { | ||
"methods": [ | ||
"getJob" | ||
] | ||
}, | ||
"CreateJob": { | ||
"methods": [ | ||
"createJob" | ||
] | ||
}, | ||
"UpdateJob": { | ||
"methods": [ | ||
"updateJob" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"deleteJob" | ||
] | ||
}, | ||
"PauseJob": { | ||
"methods": [ | ||
"pauseJob" | ||
] | ||
}, | ||
"ResumeJob": { | ||
"methods": [ | ||
"resumeJob" | ||
] | ||
}, | ||
"RunJob": { | ||
"methods": [ | ||
"runJob" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"listJobs", | ||
"listJobsStream", | ||
"listJobsAsync" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "CloudSchedulerClient", | ||
"rpcs": { | ||
"GetJob": { | ||
"methods": [ | ||
"getJob" | ||
] | ||
}, | ||
"CreateJob": { | ||
"methods": [ | ||
"createJob" | ||
] | ||
}, | ||
"UpdateJob": { | ||
"methods": [ | ||
"updateJob" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"deleteJob" | ||
] | ||
}, | ||
"PauseJob": { | ||
"methods": [ | ||
"pauseJob" | ||
] | ||
}, | ||
"ResumeJob": { | ||
"methods": [ | ||
"resumeJob" | ||
] | ||
}, | ||
"RunJob": { | ||
"methods": [ | ||
"runJob" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"listJobs", | ||
"listJobsStream", | ||
"listJobsAsync" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
107 changes: 107 additions & 0 deletions
107
packages/google-cloud-scheduler/src/v1beta1/gapic_metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
{ | ||
"schema": "1.0", | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "typescript", | ||
"protoPackage": "google.cloud.scheduler.v1beta1", | ||
"libraryPackage": "@google-cloud/scheduler", | ||
"services": { | ||
"CloudScheduler": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "CloudSchedulerClient", | ||
"rpcs": { | ||
"GetJob": { | ||
"methods": [ | ||
"getJob" | ||
] | ||
}, | ||
"CreateJob": { | ||
"methods": [ | ||
"createJob" | ||
] | ||
}, | ||
"UpdateJob": { | ||
"methods": [ | ||
"updateJob" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"deleteJob" | ||
] | ||
}, | ||
"PauseJob": { | ||
"methods": [ | ||
"pauseJob" | ||
] | ||
}, | ||
"ResumeJob": { | ||
"methods": [ | ||
"resumeJob" | ||
] | ||
}, | ||
"RunJob": { | ||
"methods": [ | ||
"runJob" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"listJobs", | ||
"listJobsStream", | ||
"listJobsAsync" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-fallback": { | ||
"libraryClient": "CloudSchedulerClient", | ||
"rpcs": { | ||
"GetJob": { | ||
"methods": [ | ||
"getJob" | ||
] | ||
}, | ||
"CreateJob": { | ||
"methods": [ | ||
"createJob" | ||
] | ||
}, | ||
"UpdateJob": { | ||
"methods": [ | ||
"updateJob" | ||
] | ||
}, | ||
"DeleteJob": { | ||
"methods": [ | ||
"deleteJob" | ||
] | ||
}, | ||
"PauseJob": { | ||
"methods": [ | ||
"pauseJob" | ||
] | ||
}, | ||
"ResumeJob": { | ||
"methods": [ | ||
"resumeJob" | ||
] | ||
}, | ||
"RunJob": { | ||
"methods": [ | ||
"runJob" | ||
] | ||
}, | ||
"ListJobs": { | ||
"methods": [ | ||
"listJobs", | ||
"listJobsStream", | ||
"listJobsAsync" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters