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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add policy tag manager, move resource classes v1beta1 (#32)
* feat!: add policy tag manager, move resource classes v1beta1 * fix: allow breaking changes in clirr BREAKING CHANGE: resource classes such as `CreateEntryGroupRequest` have moved to the `com.google.cloud.datacatalog.v1beta1` package.
- Loading branch information
Showing
184 changed files
with
35,011 additions
and
3,884 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- TODO: remove after 0.30.0 is released --> | ||
<difference> | ||
<differenceType>7006</differenceType> | ||
<className>com/google/cloud/datacatalog/v1beta1/DataCatalogClient</className> | ||
<method>com.google.cloud.datacatalog.* *(*)</method> | ||
<to>com.google.cloud.datacatalog.v1beta1.*</to> | ||
</difference> | ||
<difference> | ||
<differenceType>7005</differenceType> | ||
<className>com/google/cloud/datacatalog/v1beta1/*</className> | ||
<method>* *(*com.google.cloud.datacatalog.*)</method> | ||
<to>* *(*com.google.cloud.datacatalog.v1beta1.*)</to> | ||
</difference> | ||
</differences> |
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
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
Oops, something went wrong.