-
Notifications
You must be signed in to change notification settings - Fork 596
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 (#188)
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
1 parent
68e3be0
commit 450abe9
Showing
2 changed files
with
194 additions
and
3 deletions.
There are no files selected for viewing
191 changes: 191 additions & 0 deletions
191
packages/google-devtools-cloudbuild/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,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" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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