googleapis / java-datacatalog 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 policy tag manager, move resource classes v1beta1 #32
feat!: add policy tag manager, move resource classes v1beta1 #32
Conversation
0b5baa9
to
d0eda33
Compare
Failing checkstyle.
|
Added license headers in 09a3026 |
Codecov Report
@@ Coverage Diff @@
## master #32 +/- ##
=============================================
- Coverage 83.25% 49.43% -33.82%
Complexity 153 153
=============================================
Files 6 18 +12
Lines 1206 2031 +825
Branches 3 5 +2
=============================================
Hits 1004 1004
- Misses 199 1024 +825
Partials 3 3
Continue to review full report at Codecov.
|
These test failures are expected. The package name is intentionally changing, as it was incorrect before. |
@chingor13 Please take a look. |
BREAKING CHANGE: resource classes such as `CreateEntryGroupRequest` have moved to the `com.google.cloud.datacatalog.v1beta1` package.
d02920a
to
eea0b14
Compare
BREAKING CHANGE: resource classes such as
CreateEntryGroupRequest
have moved to thecom.google.cloud.datacatalog.v1beta1
package.Fixes internal issue 138402054
Fixes #33