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

Commits on Oct 27, 2021

  1. fix: more fixes for rest transport

    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 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    a521d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29723e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5809b6 View commit details
    Browse the repository at this point in the history