-
Notifications
You must be signed in to change notification settings - Fork 130
Start parsing GAPIC config v2 #2703
Start parsing GAPIC config v2 #2703
Conversation
PTAL |
Codecov Report
@@ Coverage Diff @@
## gapic_config_v2 #2703 +/- ##
=====================================================
+ Coverage 86.82% 86.82% +<.01%
- Complexity 5602 5606 +4
=====================================================
Files 467 467
Lines 22415 22422 +7
Branches 2430 2432 +2
=====================================================
+ Hits 19462 19469 +7
Misses 2092 2092
Partials 861 861
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## gapic_config_v2 #2703 +/- ##
=====================================================
+ Coverage 86.82% 86.83% +<.01%
- Complexity 5602 5607 +5
=====================================================
Files 467 467
Lines 22415 22422 +7
Branches 2430 2432 +2
=====================================================
+ Hits 19462 19470 +8
Misses 2092 2092
+ Partials 861 860 -1
Continue to review full report at Codecov.
|
@@ -13,6 +13,7 @@ _COMPILE_DEPS = [ | |||
"@com_fasterxml_jackson_core_jackson_databind//jar", | |||
"@com_google_api_api_common//jar", | |||
"@com_google_api_api_compiler//jar", | |||
"@com_google_api_api_compiler_testing//jar", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems odd to have a testing jar in the main deps. This is needed for the baseline differ? Is that to provide more user-friendly error output?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yah it's pretty and I figure our team is familiar with the look of the output.
* Add Gapic config v2 (#2665) * Whittling down config_v2 (#2666) * Add ConfigV2 Validator (#2672) * AutoValue LongRunningConfig; always use gapic config's polling settings (#2698) * ResourceNameOneofConfig fixes (#2704) * Start parsing GAPIC config v2 (#2703) * Bring back timeout millis in GAPIC config v2 (#2708) * Resource names across different protofiles (#2711) * Fix missing default retries (#2718) * Bug fixes for gapic config v2 parsing (#2717)
* 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)
Toggle on parsing of a GAPIC config v2.