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

feat: add support for common resource paths #622

Merged
merged 3 commits into from
Sep 29, 2020

Commits on Sep 25, 2020

  1. feat: add support for common resource paths

    Google Cloud defines a small set of common resources that do not
    belong to specific APIs or message types. All generated service
    clients now contain helper methods that allow construction and parsing of these paths.
    
    See
    https://github.com/googleapis/googleapis/blob/master/google/cloud/common_resources.proto
    for the list of common resources for Google Cloud.
    software-dov committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    d5d1340 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Satiate 3.6

    software-dov committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    dab540f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    c50c0fd View commit details
    Browse the repository at this point in the history