-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
Same as config.proto but different name and different package.
…or into gapic_config_v2
When creating a ResourceNameOneofConfig from protofile annotations, use the already-created collections of SingleResourceNameConfigs and FixedResourceNameConfigs derived from the protofile annotations; this allows for GAPIC config language-specific overrides for resource names.
* Fix missing default retries * Revert python and ruby baselines * Manual update of py and ruby baselines * Remove unneeded diag tracking
* Fix null pointer exception when Api model is null * Correctly handle annotations plus v2 config case for interfaces
…or into gapic_config_v2
Codecov Report
@@ Coverage Diff @@
## master #2721 +/- ##
============================================
+ Coverage 86.95% 87.03% +0.07%
- Complexity 5622 5644 +22
============================================
Files 468 469 +1
Lines 22446 22492 +46
Branches 2433 2432 -1
============================================
+ Hits 19519 19576 +57
+ Misses 2079 2074 -5
+ Partials 848 842 -6
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #2721 +/- ##
============================================
+ Coverage 86.95% 87.03% +0.07%
- Complexity 5622 5644 +22
============================================
Files 468 469 +1
Lines 22446 22492 +46
Branches 2433 2432 -1
============================================
+ Hits 19519 19576 +57
+ Misses 2079 2074 -5
+ Partials 848 842 -6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2721 +/- ##
============================================
+ Coverage 86.95% 87.03% +0.07%
- Complexity 5622 5644 +22
============================================
Files 468 469 +1
Lines 22446 22492 +46
Branches 2433 2432 -1
============================================
+ Hits 19519 19576 +57
+ Misses 2079 2074 -5
+ Partials 848 842 -6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #2721 +/- ##
============================================
+ Coverage 86.96% 87.04% +0.07%
- Complexity 5645 5667 +22
============================================
Files 469 470 +1
Lines 22532 22578 +46
Branches 2437 2436 -1
============================================
+ Hits 19595 19652 +57
+ Misses 2085 2080 -5
+ Partials 852 846 -6
Continue to review full report at Codecov.
|
PTAL |
* Add Gapic config v2 (googleapis#2665) * Whittling down config_v2 (googleapis#2666) * Add ConfigV2 Validator (googleapis#2672) * AutoValue LongRunningConfig; always use gapic config's polling settings (googleapis#2698) * ResourceNameOneofConfig fixes (googleapis#2704) * Start parsing GAPIC config v2 (googleapis#2703) * Bring back timeout millis in GAPIC config v2 (googleapis#2708) * Resource names across different protofiles (googleapis#2711) * Fix missing default retries (googleapis#2718) * Bug fixes for gapic config v2 parsing (googleapis#2717)
These changes have all been reviewed when PRs were opened against the gapic_config_v2 branch.
Tested these changes by generating the Pubsub clients for all languages and diffing the result against the most recent artman docker image's generation of Pubsub clients. The changes are due only to other PRs, such as #2716, and the lag in protobuf version.