-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade gapic-generator-python to 0.46.3 (#98)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: googleapis/googleapis-gen@0a3c7d2
- Loading branch information
1 parent
fa9ac3f
commit 92a8611
Showing
21 changed files
with
1,195 additions
and
1,068 deletions.
There are no files selected for viewing
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
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
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
193 changes: 193 additions & 0 deletions
193
packages/google-cloud-build/google/cloud/devtools/cloudbuild_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,193 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.devtools.cloudbuild_v1", | ||
"protoPackage": "google.devtools.cloudbuild.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"CloudBuild": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "CloudBuildClient", | ||
"rpcs": { | ||
"CancelBuild": { | ||
"methods": [ | ||
"cancel_build" | ||
] | ||
}, | ||
"CreateBuild": { | ||
"methods": [ | ||
"create_build" | ||
] | ||
}, | ||
"CreateBuildTrigger": { | ||
"methods": [ | ||
"create_build_trigger" | ||
] | ||
}, | ||
"CreateWorkerPool": { | ||
"methods": [ | ||
"create_worker_pool" | ||
] | ||
}, | ||
"DeleteBuildTrigger": { | ||
"methods": [ | ||
"delete_build_trigger" | ||
] | ||
}, | ||
"DeleteWorkerPool": { | ||
"methods": [ | ||
"delete_worker_pool" | ||
] | ||
}, | ||
"GetBuild": { | ||
"methods": [ | ||
"get_build" | ||
] | ||
}, | ||
"GetBuildTrigger": { | ||
"methods": [ | ||
"get_build_trigger" | ||
] | ||
}, | ||
"GetWorkerPool": { | ||
"methods": [ | ||
"get_worker_pool" | ||
] | ||
}, | ||
"ListBuildTriggers": { | ||
"methods": [ | ||
"list_build_triggers" | ||
] | ||
}, | ||
"ListBuilds": { | ||
"methods": [ | ||
"list_builds" | ||
] | ||
}, | ||
"ListWorkerPools": { | ||
"methods": [ | ||
"list_worker_pools" | ||
] | ||
}, | ||
"ReceiveTriggerWebhook": { | ||
"methods": [ | ||
"receive_trigger_webhook" | ||
] | ||
}, | ||
"RetryBuild": { | ||
"methods": [ | ||
"retry_build" | ||
] | ||
}, | ||
"RunBuildTrigger": { | ||
"methods": [ | ||
"run_build_trigger" | ||
] | ||
}, | ||
"UpdateBuildTrigger": { | ||
"methods": [ | ||
"update_build_trigger" | ||
] | ||
}, | ||
"UpdateWorkerPool": { | ||
"methods": [ | ||
"update_worker_pool" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "CloudBuildAsyncClient", | ||
"rpcs": { | ||
"CancelBuild": { | ||
"methods": [ | ||
"cancel_build" | ||
] | ||
}, | ||
"CreateBuild": { | ||
"methods": [ | ||
"create_build" | ||
] | ||
}, | ||
"CreateBuildTrigger": { | ||
"methods": [ | ||
"create_build_trigger" | ||
] | ||
}, | ||
"CreateWorkerPool": { | ||
"methods": [ | ||
"create_worker_pool" | ||
] | ||
}, | ||
"DeleteBuildTrigger": { | ||
"methods": [ | ||
"delete_build_trigger" | ||
] | ||
}, | ||
"DeleteWorkerPool": { | ||
"methods": [ | ||
"delete_worker_pool" | ||
] | ||
}, | ||
"GetBuild": { | ||
"methods": [ | ||
"get_build" | ||
] | ||
}, | ||
"GetBuildTrigger": { | ||
"methods": [ | ||
"get_build_trigger" | ||
] | ||
}, | ||
"GetWorkerPool": { | ||
"methods": [ | ||
"get_worker_pool" | ||
] | ||
}, | ||
"ListBuildTriggers": { | ||
"methods": [ | ||
"list_build_triggers" | ||
] | ||
}, | ||
"ListBuilds": { | ||
"methods": [ | ||
"list_builds" | ||
] | ||
}, | ||
"ListWorkerPools": { | ||
"methods": [ | ||
"list_worker_pools" | ||
] | ||
}, | ||
"ReceiveTriggerWebhook": { | ||
"methods": [ | ||
"receive_trigger_webhook" | ||
] | ||
}, | ||
"RetryBuild": { | ||
"methods": [ | ||
"retry_build" | ||
] | ||
}, | ||
"RunBuildTrigger": { | ||
"methods": [ | ||
"run_build_trigger" | ||
] | ||
}, | ||
"UpdateBuildTrigger": { | ||
"methods": [ | ||
"update_build_trigger" | ||
] | ||
}, | ||
"UpdateWorkerPool": { | ||
"methods": [ | ||
"update_worker_pool" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
1 change: 0 additions & 1 deletion
1
packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/services/__init__.py
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
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
Oops, something went wrong.