This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
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 (#91)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: https://github.com/googleapis/googleapis-gen/commit/0a3c7d272d697796db75857bac73905c68e498c3
- Loading branch information
1 parent
3e8b788
commit 45110a8
Showing
40 changed files
with
1,530 additions
and
852 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
{ | ||
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods", | ||
"language": "python", | ||
"libraryPackage": "google.cloud.billing.budgets_v1", | ||
"protoPackage": "google.cloud.billing.budgets.v1", | ||
"schema": "1.0", | ||
"services": { | ||
"BudgetService": { | ||
"clients": { | ||
"grpc": { | ||
"libraryClient": "BudgetServiceClient", | ||
"rpcs": { | ||
"CreateBudget": { | ||
"methods": [ | ||
"create_budget" | ||
] | ||
}, | ||
"DeleteBudget": { | ||
"methods": [ | ||
"delete_budget" | ||
] | ||
}, | ||
"GetBudget": { | ||
"methods": [ | ||
"get_budget" | ||
] | ||
}, | ||
"ListBudgets": { | ||
"methods": [ | ||
"list_budgets" | ||
] | ||
}, | ||
"UpdateBudget": { | ||
"methods": [ | ||
"update_budget" | ||
] | ||
} | ||
} | ||
}, | ||
"grpc-async": { | ||
"libraryClient": "BudgetServiceAsyncClient", | ||
"rpcs": { | ||
"CreateBudget": { | ||
"methods": [ | ||
"create_budget" | ||
] | ||
}, | ||
"DeleteBudget": { | ||
"methods": [ | ||
"delete_budget" | ||
] | ||
}, | ||
"GetBudget": { | ||
"methods": [ | ||
"get_budget" | ||
] | ||
}, | ||
"ListBudgets": { | ||
"methods": [ | ||
"list_budgets" | ||
] | ||
}, | ||
"UpdateBudget": { | ||
"methods": [ | ||
"update_budget" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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.