Skip to content

Commit

Permalink
feat(storage): update the api
Browse files Browse the repository at this point in the history
#### storage:v1

The following keys were deleted:
- schemas.Folder.properties.metadata (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent a7263a2 commit e2a1014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
12 changes: 0 additions & 12 deletions docs/dyn/storage_v1.folders.html
Expand Up @@ -130,9 +130,6 @@ <h3>Method Details</h3>
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this folder.
&quot;id&quot;: &quot;A String&quot;, # The ID of the folder, including the bucket name, folder name.
&quot;kind&quot;: &quot;storage#folder&quot;, # The kind of item this is. For folders, this is always storage#folder.
&quot;metadata&quot;: { # User-provided metadata, in key/value pairs.
&quot;a_key&quot;: &quot;A String&quot;, # An individual metadata entry.
},
&quot;metageneration&quot;: &quot;A String&quot;, # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata.
&quot;name&quot;: &quot;A String&quot;, # The name of the folder. Required if not specified by URL parameter.
&quot;pendingRenameInfo&quot;: { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status.
Expand All @@ -157,9 +154,6 @@ <h3>Method Details</h3>
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this folder.
&quot;id&quot;: &quot;A String&quot;, # The ID of the folder, including the bucket name, folder name.
&quot;kind&quot;: &quot;storage#folder&quot;, # The kind of item this is. For folders, this is always storage#folder.
&quot;metadata&quot;: { # User-provided metadata, in key/value pairs.
&quot;a_key&quot;: &quot;A String&quot;, # An individual metadata entry.
},
&quot;metageneration&quot;: &quot;A String&quot;, # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata.
&quot;name&quot;: &quot;A String&quot;, # The name of the folder. Required if not specified by URL parameter.
&quot;pendingRenameInfo&quot;: { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status.
Expand All @@ -179,9 +173,6 @@ <h3>Method Details</h3>
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this folder.
&quot;id&quot;: &quot;A String&quot;, # The ID of the folder, including the bucket name, folder name.
&quot;kind&quot;: &quot;storage#folder&quot;, # The kind of item this is. For folders, this is always storage#folder.
&quot;metadata&quot;: { # User-provided metadata, in key/value pairs.
&quot;a_key&quot;: &quot;A String&quot;, # An individual metadata entry.
},
&quot;metageneration&quot;: &quot;A String&quot;, # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata.
&quot;name&quot;: &quot;A String&quot;, # The name of the folder. Required if not specified by URL parameter.
&quot;pendingRenameInfo&quot;: { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status.
Expand Down Expand Up @@ -215,9 +206,6 @@ <h3>Method Details</h3>
&quot;bucket&quot;: &quot;A String&quot;, # The name of the bucket containing this folder.
&quot;id&quot;: &quot;A String&quot;, # The ID of the folder, including the bucket name, folder name.
&quot;kind&quot;: &quot;storage#folder&quot;, # The kind of item this is. For folders, this is always storage#folder.
&quot;metadata&quot;: { # User-provided metadata, in key/value pairs.
&quot;a_key&quot;: &quot;A String&quot;, # An individual metadata entry.
},
&quot;metageneration&quot;: &quot;A String&quot;, # The version of the metadata for this folder. Used for preconditions and for detecting changes in metadata.
&quot;name&quot;: &quot;A String&quot;, # The name of the folder. Required if not specified by URL parameter.
&quot;pendingRenameInfo&quot;: { # Only present if the folder is part of an ongoing rename folder operation. Contains information which can be used to query the operation status.
Expand Down
12 changes: 2 additions & 10 deletions googleapiclient/discovery_cache/documents/storage.v1.json
Expand Up @@ -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"
Expand Down Expand Up @@ -4040,7 +4040,7 @@
}
}
},
"revision": "20240125",
"revision": "20240202",
"rootUrl": "https://storage.googleapis.com/",
"schemas": {
"AnywhereCache": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e2a1014

Please sign in to comment.