Skip to content

Commit c0ffe7c

Browse files
feat: remove Bucket.retention_period, now that we've migrated to retention_duration (#1955)
* docs: Clarifications about behavior of DeleteObject RPC docs: Clarifications about format of GetServiceAccountRequest, CreateHmacKeyRequest, DeleteHmacKeyRequest, GetHmacKeyRequest, ListHmacKeysRequest, ObjectChecksums, HmacKeyMetadata, Bucket field used in CreateBucket request docs: Corrected child_type annotations for ListBucketsRequest docs: Updated resource_reference for DeleteObjectRequest, ReadObjectRequest, GetObjectRequest, ListObjectsRequest, Bucket feat: Changed ChecksummedData definition to use annotation ctype=CORD feat!: Removed Bucket.retention_period, now that we've migrated to retention_duration PiperOrigin-RevId: 519863335 Source-Link: googleapis/googleapis@617ec74 Source-Link: https://github.com/googleapis/googleapis-gen/commit/400b7375fadfce1e5101b353e34888301391f80f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDAwYjczNzVmYWRmY2UxZTUxMDFiMzUzZTM0ODg4MzAxMzkxZjgwZiJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore(deps): Update gapic-generator-java to 2.16.0 PiperOrigin-RevId: 520153493 Source-Link: googleapis/googleapis@26a424a Source-Link: https://github.com/googleapis/googleapis-gen/commit/78f1567661df07bea7425e4341012e7b77c11254 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzhmMTU2NzY2MWRmMDdiZWE3NDI1ZTQzNDEwMTJlN2I3N2MxMTI1NCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update clirr ignore rules for proto renames --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: BenWhitehead <[email protected]>
1 parent cbe16ea commit c0ffe7c

40 files changed

+1710
-1379
lines changed

gapic-google-cloud-storage-v2/clirr-ignored-differences.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,12 @@
4343
<className>com/google/storage/v2/StorageClient$ListNotification*</className>
4444
</difference>
4545

46+
<!-- Allow more specific parent resource method parameters -->
47+
<difference>
48+
<differenceType>7005</differenceType>
49+
<className>com/google/storage/v2/StorageClient</className>
50+
<method>* *(*Name*)</method>
51+
<to>* *(*Name*)</to>
52+
</difference>
53+
4654
</differences>

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java

Lines changed: 237 additions & 71 deletions
Large diffs are not rendered by default.

gapic-google-cloud-storage-v2/src/main/resources/com/google/storage/v2/gapic_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"methods": ["deleteNotificationConfig", "deleteNotificationConfig", "deleteNotificationConfig", "deleteNotificationConfigCallable"]
3636
},
3737
"DeleteObject": {
38-
"methods": ["deleteObject", "deleteObject", "deleteObject", "deleteObjectCallable"]
38+
"methods": ["deleteObject", "deleteObject", "deleteObject", "deleteObject", "deleteObject", "deleteObjectCallable"]
3939
},
4040
"GetBucket": {
4141
"methods": ["getBucket", "getBucket", "getBucket", "getBucketCallable"]
@@ -50,7 +50,7 @@
5050
"methods": ["getNotificationConfig", "getNotificationConfig", "getNotificationConfig", "getNotificationConfigCallable"]
5151
},
5252
"GetObject": {
53-
"methods": ["getObject", "getObject", "getObject", "getObjectCallable"]
53+
"methods": ["getObject", "getObject", "getObject", "getObject", "getObject", "getObjectCallable"]
5454
},
5555
"GetServiceAccount": {
5656
"methods": ["getServiceAccount", "getServiceAccount", "getServiceAccount", "getServiceAccountCallable"]

0 commit comments

Comments
 (0)