Builder parameterization, endpoint-setting functionality, other#414
Builder parameterization, endpoint-setting functionality, other#414garrettjonesgoogle merged 3 commits intogoogleapis:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #414 +/- ##
============================================
- Coverage 70.68% 70.02% -0.67%
- Complexity 630 634 +4
============================================
Files 134 134
Lines 2893 2916 +23
Branches 218 221 +3
============================================
- Hits 2045 2042 -3
- Misses 770 795 +25
- Partials 78 79 +1
Continue to review full report at Codecov.
|
| @@ -1,5 +1,5 @@ | |||
| /* | |||
| * Copyright 2017, Google Inc. All rights reserved. | |||
| * Copyright 2017, Google LLC All rights reserved. | |||
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.
michaelbausor
left a comment
There was a problem hiding this comment.
Small comments only, otherwise LGTM
|
|
||
| /** This class provides grpc-specific data to put on the x-goog-api-client header. */ | ||
| @BetaApi | ||
| @BetaApi("The surface for customizing headers is not stable yet and my change in the future.") |
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.
| } | ||
|
|
||
| @SuppressWarnings("unchecked") | ||
| protected B self() { |
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.
| } | ||
|
|
||
| @Override | ||
| public TransportChannelProvider withEndpoint(String endpoint) { |
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.
No description provided.