Skip to content

Commit

Permalink
chore: generate GAPIC metadata JSON file (#188)
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/4dafeee7-014d-47f6-a950-0e8b4e9c606e/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 68e3be0 commit 450abe9
Show file tree
Hide file tree
Showing 2 changed files with 194 additions and 3 deletions.
191 changes: 191 additions & 0 deletions packages/google-devtools-cloudbuild/src/v1/gapic_metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.devtools.cloudbuild.v1",
"libraryPackage": "@google-cloud/cloudbuild",
"services": {
"CloudBuild": {
"clients": {
"grpc": {
"libraryClient": "CloudBuildClient",
"rpcs": {
"GetBuild": {
"methods": [
"getBuild"
]
},
"CancelBuild": {
"methods": [
"cancelBuild"
]
},
"CreateBuildTrigger": {
"methods": [
"createBuildTrigger"
]
},
"GetBuildTrigger": {
"methods": [
"getBuildTrigger"
]
},
"DeleteBuildTrigger": {
"methods": [
"deleteBuildTrigger"
]
},
"UpdateBuildTrigger": {
"methods": [
"updateBuildTrigger"
]
},
"CreateWorkerPool": {
"methods": [
"createWorkerPool"
]
},
"GetWorkerPool": {
"methods": [
"getWorkerPool"
]
},
"DeleteWorkerPool": {
"methods": [
"deleteWorkerPool"
]
},
"UpdateWorkerPool": {
"methods": [
"updateWorkerPool"
]
},
"ListWorkerPools": {
"methods": [
"listWorkerPools"
]
},
"CreateBuild": {
"methods": [
"createBuild"
]
},
"RetryBuild": {
"methods": [
"retryBuild"
]
},
"RunBuildTrigger": {
"methods": [
"runBuildTrigger"
]
},
"ListBuilds": {
"methods": [
"listBuilds",
"listBuildsStream",
"listBuildsAsync"
]
},
"ListBuildTriggers": {
"methods": [
"listBuildTriggers",
"listBuildTriggersStream",
"listBuildTriggersAsync"
]
}
}
},
"grpc-fallback": {
"libraryClient": "CloudBuildClient",
"rpcs": {
"GetBuild": {
"methods": [
"getBuild"
]
},
"CancelBuild": {
"methods": [
"cancelBuild"
]
},
"CreateBuildTrigger": {
"methods": [
"createBuildTrigger"
]
},
"GetBuildTrigger": {
"methods": [
"getBuildTrigger"
]
},
"DeleteBuildTrigger": {
"methods": [
"deleteBuildTrigger"
]
},
"UpdateBuildTrigger": {
"methods": [
"updateBuildTrigger"
]
},
"CreateWorkerPool": {
"methods": [
"createWorkerPool"
]
},
"GetWorkerPool": {
"methods": [
"getWorkerPool"
]
},
"DeleteWorkerPool": {
"methods": [
"deleteWorkerPool"
]
},
"UpdateWorkerPool": {
"methods": [
"updateWorkerPool"
]
},
"ListWorkerPools": {
"methods": [
"listWorkerPools"
]
},
"CreateBuild": {
"methods": [
"createBuild"
]
},
"RetryBuild": {
"methods": [
"retryBuild"
]
},
"RunBuildTrigger": {
"methods": [
"runBuildTrigger"
]
},
"ListBuilds": {
"methods": [
"listBuilds",
"listBuildsStream",
"listBuildsAsync"
]
},
"ListBuildTriggers": {
"methods": [
"listBuildTriggers",
"listBuildTriggersStream",
"listBuildTriggersAsync"
]
}
}
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/google-devtools-cloudbuild/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-cloudbuild.git",
"sha": "115de7141262c119113759aee5ddc141d129b55d"
"sha": "81cb43656f495174b6c24d40999e1b23ccb2f947"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "2f019bf70bfe06f1e2af1b04011b0a2405190e43",
"internalRef": "343202295"
"sha": "d189e871205fea665a9648f7c4676f027495ccaf",
"internalRef": "345596855"
}
},
{
Expand Down

0 comments on commit 450abe9

Please sign in to comment.