Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Changes to compile against gax-httpjson#1659

Merged
garrettjonesgoogle merged 12 commits intogoogleapis:masterfrom
garrettjonesgoogle:gax-httpjson
Nov 1, 2017
Merged

Changes to compile against gax-httpjson#1659
garrettjonesgoogle merged 12 commits intogoogleapis:masterfrom
garrettjonesgoogle:gax-httpjson

Conversation

@garrettjonesgoogle
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 26, 2017

Codecov Report

Merging #1659 into master will decrease coverage by 0.02%.
The diff coverage is 94.64%.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ Complexity Δ
...gle/api/codegen/viewmodel/ApiCallableImplType.java 88.23% <ø> (-0.66%) 6 <0> (ø)
...ansformer/csharp/CSharpGapicClientTransformer.java 96.47% <ø> (-0.02%) 38 <0> (-1)
...e/api/codegen/viewmodel/StaticLangRpcStubView.java 100% <ø> (ø) 2 <0> (ø) ⬇️
.../api/codegen/viewmodel/StaticLangSettingsView.java 100% <ø> (ø) 8 <0> (ø) ⬇️
...en/transformer/StaticLangApiMethodTransformer.java 95.78% <ø> (-0.02%) 59 <0> (-1)
...e/api/codegen/transformer/BatchingTransformer.java 97.67% <0%> (-2.33%) 16 <0> (ø)
.../api/codegen/transformer/DefaultFeatureConfig.java 85.71% <100%> (+2.38%) 9 <1> (+1) ⬆️
.../configgen/transformer/DiscoConfigTransformer.java 96.47% <100%> (ø) 15 <0> (ø) ⬇️
...degen/transformer/java/JavaSurfaceTransformer.java 97.8% <100%> (-0.01%) 68 <0> (+2)
...m/google/api/codegen/transformer/SurfaceNamer.java 76.96% <100%> (+0.32%) 205 <5> (+2) ⬆️
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a461d99...f2be3e7. Read the comment docs.

@@ -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.

} 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.

*/
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.

@garrettjonesgoogle
Copy link
Copy Markdown
Contributor Author

Addressed feedback, PTAL

Copy link
Copy Markdown
Contributor

@andreamlin andreamlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@garrettjonesgoogle
Copy link
Copy Markdown
Contributor Author

I made an update because I missed a few create() -> of() renames, PTAL

Copy link
Copy Markdown
Contributor

@andreamlin andreamlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@garrettjonesgoogle garrettjonesgoogle merged commit 6839411 into googleapis:master Nov 1, 2017
igorbernstein2 added a commit to igorbernstein2/artman that referenced this pull request Nov 3, 2017
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
evaogbe pushed a commit to evaogbe/toolkit that referenced this pull request Nov 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants