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 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!(v1): add support for per type and partition export, remove Anal…
…yzeIamPolicy/ExportIamPolicyAnalysis (#325) * changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * fix!: remove AnalyzeIamPolicy and ExportIamPolicyAnalysis RPCs BREAKING CHANGE: These RPCs do not currently work on the backend, so they should not be added to the client libraries. PiperOrigin-RevId: 330786980 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Sep 9 13:35:02 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: ef03f63f2f2d3b2dd936e46595c0f746cb10c43c Source-Link: googleapis/googleapis@ef03f63 * feat: added support for per type and partition export for Cloud Asset API Clients can now specify two more args when export assets to bigquery PiperOrigin-RevId: 331912851 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Sep 15 20:04:02 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: 5e53d6b6dde0e72fa9510ec1d796176d128afa40 Source-Link: googleapis/googleapis@5e53d6b * chore: allow breaking changes Co-authored-by: Jeff Ching <chingor@google.com>
- Loading branch information
1 parent
01f9cc8
commit 28859a7
Showing
35 changed files
with
1,859 additions
and
32,982 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 |
---|---|---|
@@ -1,9 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- TODO: remove after 2.0.0 is released --> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/asset/v1p2beta1/AssetServiceClient</className> | ||
<method>java.lang.String *FeedName(*)</method> | ||
<className>com/google/cloud/asset/v1/AssetServiceClient</className> | ||
<method>* *IamPolicy*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/asset/v1/AssetServiceSettings*</className> | ||
<method>* *IamPolicy*(*)</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/cloud/asset/v1/stub/*AssetServiceStub*</className> | ||
<method>* *IamPolicy*(*)</method> | ||
</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
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.