Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Oct 1, 2023
1 parent 8a3eb9b commit 55f1113
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
16 changes: 13 additions & 3 deletions storage/v1/storage-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"description": "Stores and retrieves potentially large, immutable data objects.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
"etag": "\"3130343038333638363030353132373033343437\"",
"etag": "\"32313532343139313031303538363232393732\"",
"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 @@ -3263,7 +3263,7 @@
}
}
},
"revision": "20230922",
"revision": "20230926",
"rootUrl": "https://storage.googleapis.com/",
"schemas": {
"Bucket": {
Expand Down Expand Up @@ -4310,6 +4310,11 @@
"format": "int64",
"type": "string"
},
"hardDeleteTime": {
"description": "This is the time (in the future) when the soft-deleted object will no longer be restorable. It is equal to the soft delete time plus the current soft delete retention duration of the bucket.",
"format": "date-time",
"type": "string"
},
"id": {
"description": "The ID of the object, including the bucket name, object name, and generation number.",
"type": "string"
Expand Down Expand Up @@ -4391,6 +4396,11 @@
"format": "uint64",
"type": "string"
},
"softDeleteTime": {
"description": "The time at which the object became soft-deleted in RFC 3339 format.",
"format": "date-time",
"type": "string"
},
"storageClass": {
"description": "Storage class of the object.",
"type": "string"
Expand All @@ -4405,7 +4415,7 @@
"type": "string"
},
"timeDeleted": {
"description": "The deletion time of the object in RFC 3339 format. Will be returned if and only if this version of the object has been deleted.",
"description": "The time at which the object became noncurrent in RFC 3339 format. Will be returned if and only if this version of the object has been deleted.",
"format": "date-time",
"type": "string"
},
Expand Down
16 changes: 13 additions & 3 deletions storage/v1/storage-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 55f1113

Please sign in to comment.