Changes to compile against gax-httpjson#1659
Changes to compile against gax-httpjson#1659garrettjonesgoogle merged 12 commits intogoogleapis:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1659 +/- ##
===========================================
- Coverage 85.53% 85.5% -0.03%
- Complexity 4286 4289 +3
===========================================
Files 405 405
Lines 16842 16853 +11
Branches 1762 1763 +1
===========================================
+ Hits 14405 14410 +5
- Misses 1849 1855 +6
Partials 588 588
Continue to review full report at Codecov.
|
| @@ -274,11 +274,7 @@ public GapicMethodConfig getMethodConfig(Method method) { | |||
| } | |||
|
|
|||
| public GapicMethodConfig getMethodConfig(String methodSimpleName, String fullName) { | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| } else if (methodConfig.isBatching()) { | ||
| callableImplType = ApiCallableImplType.BatchingApiCallable; | ||
| } else if (methodConfig.isLongRunningOperation()) { | ||
| callableImplType = ApiCallableImplType.InitialOperationApiCallable; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| */ | ||
| public static class Builder extends ClientSettings.Builder { | ||
| private final ImmutableList<UnaryCallSettings.Builder> unaryMethodSettingsBuilders; | ||
| private final ImmutableList<UnaryCallSettings.Builder<?, ?>> unaryMethodSettingsBuilders; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Addressed feedback, PTAL |
|
I made an update because I missed a few create() -> of() renames, PTAL |
fb7b208 to
51b0cbb
Compare
Toolkit recently had a breaking change: googleapis/gapic-generator#1659 And all of the clients in google-cloud-java were regenerated: googleapis/google-cloud-java#2564
No description provided.