Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#314)
Browse files Browse the repository at this point in the history
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
yoshi-automation authored Dec 4, 2020
1 parent 5cdecc0 commit cc63acd
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 3 deletions.
107 changes: 107 additions & 0 deletions packages/google-cloud-scheduler/src/v1/gapic_metadata.json
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 packages/google-cloud-scheduler/src/v1beta1/gapic_metadata.json
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"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-cloud-scheduler/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-scheduler.git",
"sha": "34902a52789338ffda04479c599ba1822c4b461d"
"sha": "50297451c1eaea25e5b6fde2c6f6c8de6865f9ad"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "ebdbe9ab534486cf900700add1e129dff780b481",
"internalRef": "344172074"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit cc63acd

Please sign in to comment.