-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: regenerate google.cloud.storage.v2 protos
* fix!: rename committed_size to persisted_size * fix!: replace string key_sha256 with bytes key_sha256_bytes * fix: deprecate zone_affinity field * fix: add INHERITED to PublicAccessPrevention enum PiperOrigin-RevId: 402986756 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Oct 13 20:18:42 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 877d3d9d02591ad612a2c8654b42c37ba09ff9ec Source-Link: googleapis/googleapis@877d3d9 * chore: add clirr rules to allow field renaming in alpha protos Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
- Loading branch information
1 parent
ada8d94
commit a7e3b94
Showing
15 changed files
with
422 additions
and
380 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
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
56 changes: 56 additions & 0 deletions
56
proto-google-cloud-storage-v2/clirr-ignored-differences.xml
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,56 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see https://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- | ||
- Rename committed_size -> persisted_size | ||
- * QueryWriteStatusResponse | ||
- * WriteObjectResponse | ||
--> | ||
|
||
<!-- remove committed_size --> | ||
<difference> | ||
<differenceType>6001</differenceType> | ||
<className>com/google/storage/v2/*</className> | ||
<field>COMMITTED_SIZE</field> | ||
</difference> | ||
<difference> | ||
<differenceType>6011</differenceType> | ||
<className>com/google/storage/v2/*</className> | ||
<field>COMMITTED_SIZE_FIELD_NUMBER</field> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/storage/v2/*</className> | ||
<method>* *CommittedSize(*)</method> | ||
</difference> | ||
<!-- add PersistedSize --> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/storage/v2/*</className> | ||
<method>* *PersistedSize(*)</method> | ||
</difference> | ||
|
||
<!-- | ||
- Change type String key_sha256 -> bytes key_sha256_bytes | ||
- * Object.CustomerEncryption | ||
--> | ||
<!----> | ||
|
||
<!-- remove key_sha256 --> | ||
<difference> | ||
<differenceType>6011</differenceType> | ||
<className>com/google/storage/v2/Object$CustomerEncryption*</className> | ||
<field>KEY_SHA256_FIELD_NUMBER</field> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/storage/v2/Object$CustomerEncryption*</className> | ||
<method>* *KeySha256(*)</method> | ||
</difference> | ||
<!-- add PersistedSize --> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/storage/v2/Object$CustomerEncryption*</className> | ||
<method>* *KeySha256Bytes(*)</method> | ||
</difference> | ||
</differences> |
Oops, something went wrong.