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

Test and impl for resource path parsing methods in generated clients #391

Merged
merged 4 commits into from
Apr 15, 2020

Commits on Apr 14, 2020

  1. Test and impl for resource path parsing methods in generated clients

    Given a fully qualified resource path, it is sometimes desirable to
    parse out the component segments. This change adds generated methods
    to do this parsing to gapic client classes, accompanying generated
    unit tests, logic in the wrapper schema to support this feature, and
    generator unit tests for the schema logic.
    software-dov committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    65c6c7c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Fix for python 3.6

    software-dov committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    0bf275f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52d952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef7cfbd View commit details
    Browse the repository at this point in the history