From b4175cfb5e56118b426b2b21fd02ace28dd64d38 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 26 Mar 2024 07:08:36 +0000 Subject: [PATCH] fix(storage): update the api #### storage:v1 The following keys were changed: - resources.objects.methods.restore.parameterOrder (Total Keys: 1) --- docs/dyn/storage_v1.objects.html | 2 +- googleapiclient/discovery_cache/documents/storage.v1.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/dyn/storage_v1.objects.html b/docs/dyn/storage_v1.objects.html index 89637c6ae7..d837870d9f 100644 --- a/docs/dyn/storage_v1.objects.html +++ b/docs/dyn/storage_v1.objects.html @@ -1292,8 +1292,8 @@

Method Details

Args: bucket: string, Name of the bucket in which the object resides. (required) object: string, Name of the object. For information about how to URL encode object names to be path safe, see Encoding URI Path Parts. (required) - copySourceAcl: boolean, If true, copies the source object's ACL; otherwise, uses the bucket's default object ACL. The default is false. generation: string, Selects a specific revision of this object. (required) + copySourceAcl: boolean, If true, copies the source object's ACL; otherwise, uses the bucket's default object ACL. The default is false. ifGenerationMatch: string, Makes the operation conditional on whether the object's one live generation matches the given value. Setting to 0 makes the operation succeed only if there are no live versions of the object. ifGenerationNotMatch: string, Makes the operation conditional on whether none of the object's live generations match the given value. If no live object exists, the precondition fails. Setting to 0 makes the operation succeed only if there is a live version of the object. ifMetagenerationMatch: string, Makes the operation conditional on whether the object's one live metageneration matches the given value. diff --git a/googleapiclient/discovery_cache/documents/storage.v1.json b/googleapiclient/discovery_cache/documents/storage.v1.json index e82a65cd6f..85300eee84 100644 --- a/googleapiclient/discovery_cache/documents/storage.v1.json +++ b/googleapiclient/discovery_cache/documents/storage.v1.json @@ -33,7 +33,7 @@ "location": "me-central2" } ], -"etag": "\"31383132363637383635323832393938363535\"", +"etag": "\"33303333323233383838323039393532373539\"", "icons": { "x16": "https://www.google.com/images/icons/product/cloud_storage-16.png", "x32": "https://www.google.com/images/icons/product/cloud_storage-32.png" @@ -3146,7 +3146,8 @@ "id": "storage.objects.restore", "parameterOrder": [ "bucket", -"object" +"object", +"generation" ], "parameters": { "bucket": { @@ -4042,7 +4043,7 @@ } } }, -"revision": "20240315", +"revision": "20240319", "rootUrl": "https://storage.googleapis.com/", "schemas": { "AnywhereCache": {