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

Conversation

software-dov
Copy link
Contributor

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 software-dov requested review from a team as code owners September 25, 2020 23:05
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 25, 2020
@software-dov software-dov force-pushed the common-resources branch 5 times, most recently from 3580ff7 to 9e2285a Compare September 25, 2020 23:23
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.
@codecov
Copy link

codecov bot commented Sep 28, 2020

Codecov Report

Merging #622 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #622   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           26        26           
  Lines         1525      1537   +12     
  Branches       309       310    +1     
=========================================
+ Hits          1525      1537   +12     
Impacted Files Coverage Δ
gapic/schema/wrappers.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a83369...c50c0fd. Read the comment docs.

@software-dov software-dov merged commit 15a7fde into googleapis:master Sep 29, 2020
@software-dov software-dov deleted the common-resources branch September 29, 2020 16:49
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.

Generate common resource path helpers via google/cloud/common_resources.proto
2 participants