googleapis / java-asset Public
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 v1p1beta1 client #68
Conversation
Codecov Report
@@ Coverage Diff @@
## master #68 +/- ##
=========================================
Coverage 62.98% 62.98%
Complexity 167 167
=========================================
Files 24 24
Lines 1602 1602
Branches 8 8
=========================================
Hits 1009 1009
Misses 586 586
Partials 7 7 Continue to review full report at Codecov.
|
Relies on the fix in: googleapis/synthtool#383 |
@@ -0,0 +1,230 @@ | |||
// Copyright 2019 Google LLC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2020 :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is the raw proto copied from the source at https://github.com/googleapis/googleapis/blob/master/google/cloud/asset/v1p1beta1/asset_service.proto
No description provided.