Skip to content
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

fix: more fixes for rest transport #1042

Merged
merged 3 commits into from Oct 27, 2021
Merged

Conversation

vam-google
Copy link
Contributor

This includes:

  1. Implicit template support for grpc transcodding (accept /v1/{project}/stuff whichis equivalent to /v1/{project=*}/stuff)
  2. Proper request message construction for paginated methods test
  3. Depend on google-api-core 2.2.0 for rest to accommodate the int64 support fixes

This includes:
1) Implicit template support for grpc transcodding (accept `/v1/{project}/stuff` whichis equivalent to `/v1/{project=*}/stuff`)
2) Proper request message construction for paginated methods test
3) Depend on `google-api-core 2.2.0` for rest to accommodate the `int64` support fixes
@vam-google vam-google requested a review from a team as a code owner October 27, 2021 01:19
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 27, 2021
@@ -475,6 +475,16 @@ def test_method_http_options_generate_sample():
'id': 'projects/sample1/regions/sample2/id/sample3'}}


def test_method_http_options_generate_sample_immplicit_template():
Copy link
Contributor

Choose a reason for hiding this comment

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

Outrageous nit:

test_method_http_options_generate_sample_implicit_template

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks =) fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants