diff --git a/docs/dyn/storage_v1.folders.html b/docs/dyn/storage_v1.folders.html index 0c7295ba71..06ac36677a 100644 --- a/docs/dyn/storage_v1.folders.html +++ b/docs/dyn/storage_v1.folders.html @@ -130,9 +130,6 @@

Method Details

"bucket": "A String", # The name of the bucket containing this folder. "id": "A String", # The ID of the folder, including the bucket name, folder name. "kind": "storage#folder", # The kind of item this is. For folders, this is always storage#folder. - "metadata": { # User-provided metadata, in key/value pairs. - "a_key": "A String", # An individual metadata entry. - }, "metageneration": "A String", # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata. "name": "A String", # The name of the folder. Required if not specified by URL parameter. "pendingRenameInfo": { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status. @@ -157,9 +154,6 @@

Method Details

"bucket": "A String", # The name of the bucket containing this folder. "id": "A String", # The ID of the folder, including the bucket name, folder name. "kind": "storage#folder", # The kind of item this is. For folders, this is always storage#folder. - "metadata": { # User-provided metadata, in key/value pairs. - "a_key": "A String", # An individual metadata entry. - }, "metageneration": "A String", # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata. "name": "A String", # The name of the folder. Required if not specified by URL parameter. "pendingRenameInfo": { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status. @@ -179,9 +173,6 @@

Method Details

"bucket": "A String", # The name of the bucket containing this folder. "id": "A String", # The ID of the folder, including the bucket name, folder name. "kind": "storage#folder", # The kind of item this is. For folders, this is always storage#folder. - "metadata": { # User-provided metadata, in key/value pairs. - "a_key": "A String", # An individual metadata entry. - }, "metageneration": "A String", # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata. "name": "A String", # The name of the folder. Required if not specified by URL parameter. "pendingRenameInfo": { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status. @@ -215,9 +206,6 @@

Method Details

"bucket": "A String", # The name of the bucket containing this folder. "id": "A String", # The ID of the folder, including the bucket name, folder name. "kind": "storage#folder", # The kind of item this is. For folders, this is always storage#folder. - "metadata": { # User-provided metadata, in key/value pairs. - "a_key": "A String", # An individual metadata entry. - }, "metageneration": "A String", # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata. "name": "A String", # The name of the folder. Required if not specified by URL parameter. "pendingRenameInfo": { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status. diff --git a/googleapiclient/discovery_cache/documents/storage.v1.json b/googleapiclient/discovery_cache/documents/storage.v1.json index c813e8e9fe..c74e46cd48 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": "\"39323035323333373032323331353133353434\"", +"etag": "\"36373537363133393131323733353738333730\"", "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" @@ -4040,7 +4040,7 @@ } } }, -"revision": "20240125", +"revision": "20240202", "rootUrl": "https://storage.googleapis.com/", "schemas": { "AnywhereCache": { @@ -4862,14 +4862,6 @@ "description": "The kind of item this is. For folders, this is always storage#folder.", "type": "string" }, -"metadata": { -"additionalProperties": { -"description": "An individual metadata entry.", -"type": "string" -}, -"description": "User-provided metadata, in key/value pairs.", -"type": "object" -}, "metageneration": { "description": "The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata.", "format": "int64",