This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
feat!: add policy tag manager, move resource classes v1beta1 #32
Merged
chingor13
merged 2 commits into
googleapis:master
from
tswast:b138402054-policy-tag-manager
Nov 20, 2019
Merged
feat!: add policy tag manager, move resource classes v1beta1 #32
chingor13
merged 2 commits into
googleapis:master
from
tswast:b138402054-policy-tag-manager
Nov 20, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Nov 14, 2019
tswast
changed the title
feat(bigquery)!: add policy tag manager, move resource classes v1beta1
feat!: add policy tag manager, move resource classes v1beta1
Nov 14, 2019
tswast
force-pushed
the
b138402054-policy-tag-manager
branch
from
November 14, 2019 20:35
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.
tswast
force-pushed
the
b138402054-policy-tag-manager
branch
from
November 19, 2019 23:27
d02920a
to
eea0b14
Compare
chingor13
approved these changes
Nov 20, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
BREAKING CHANGE: resource classes such as
CreateEntryGroupRequest
have moved to thecom.google.cloud.datacatalog.v1beta1
package.Fixes internal issue 138402054
Fixes https://github.com/googleapis/java-datacatalog/issues/33