Skip to content

Commit

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

The following keys were changed:
- resources.objects.methods.restore.parameterOrder (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 26, 2024
1 parent a63fec8 commit b4175cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/storage_v1.objects.html
Expand Up @@ -1292,8 +1292,8 @@ <h3>Method Details</h3>
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&#x27;s ACL; otherwise, uses the bucket&#x27;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&#x27;s ACL; otherwise, uses the bucket&#x27;s default object ACL. The default is false.
ifGenerationMatch: string, Makes the operation conditional on whether the object&#x27;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&#x27;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&#x27;s one live metageneration matches the given value.
Expand Down
7 changes: 4 additions & 3 deletions googleapiclient/discovery_cache/documents/storage.v1.json
Expand Up @@ -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"
Expand Down Expand Up @@ -3146,7 +3146,8 @@
"id": "storage.objects.restore",
"parameterOrder": [
"bucket",
"object"
"object",
"generation"
],
"parameters": {
"bucket": {
Expand Down Expand Up @@ -4042,7 +4043,7 @@
}
}
},
"revision": "20240315",
"revision": "20240319",
"rootUrl": "https://storage.googleapis.com/",
"schemas": {
"AnywhereCache": {
Expand Down

0 comments on commit b4175cf

Please sign in to comment.