-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(gengapic): use gax.BuildHeaders and gax.InsertMetadataIntoOutgoingContext #1368
Conversation
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.
I think you trying to do grpc in one PR and rest in another - i'd just do them both in the same PR
I tried, but REST is much more involved. So I opened this PR for gRPC to get feedback. If it looks good, I can add the REST changes, and update the title, etc. How does this look to you so far? |
Ok let me take a deeper look, I just skimmed it before. |
@noahdietz ping |
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.
looking OK so far, yeah
Thanks, I'll go ahead with converting the REST usages. This will involve changing |
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.
LGTM just one question that isn't really blocking
closes: #1300
closes: #1301