This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduces bundling into Python VGen. To accomodate bundling, the defaults/options system has been reworked; ApiCallDefaults is removed. Instead, a dictionary is maintained which associates defaults to each method; the values in the dictionary are then merged with any CallOptions passed in while a call is being made. A corresponding change to GAX is here: googleapis/gax-python#28 Note that it is not currently possible to override the bundling defaults when calling the API constructor; a later change will add the ability to pass in a dictionary mapping method names to bundlers in order to provide this functionality. Change-Id: I434a6026882fa57ec0d4672bff8be4f4102c4a82
- Loading branch information
Showing
8 changed files
with
401 additions
and
111 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
Oops, something went wrong.