-
Notifications
You must be signed in to change notification settings - Fork 130
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1658 +/- ##
=========================================
Coverage ? 84.98%
Complexity ? 4383
=========================================
Files ? 425
Lines ? 17452
Branches ? 1822
=========================================
Hits ? 14831
Misses ? 2004
Partials ? 617
Continue to review full report at Codecov.
|
import java.util.List; | ||
|
||
public class HeaderRequestParamTransformer { | ||
public List<HeaderRequestParamView> generateHeaderRequestParams(MethodContext context) { |
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.
…ython-routing-header
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.
One bug; consider it approved once that is fixed. :-)
@@ -329,3 +345,25 @@ | |||
{@param.keyName}={@param.name} | |||
@end | |||
@end | |||
|
|||
@private routingHeader(params) | |||
b'{@routingHeaderFmtStr(params)}'.format({@routingHeaderFmtArgs(params)}) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
return self._create_book(request, retry=retry, timeout=timeout) | ||
|
||
metadata = [ | ||
(b'x-google-request-params', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Related api_core PR: googleapis/google-cloud-python#4336