Skip to content

Commit 55f1113

Browse files
feat(all): auto-regenerate discovery clients (#2193)
1 parent 8a3eb9b commit 55f1113

File tree

2 files changed

+26
-6
lines changed

2 files changed

+26
-6
lines changed

storage/v1/storage-api.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"description": "Stores and retrieves potentially large, immutable data objects.",
2727
"discoveryVersion": "v1",
2828
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
29-
"etag": "\"3130343038333638363030353132373033343437\"",
29+
"etag": "\"32313532343139313031303538363232393732\"",
3030
"icons": {
3131
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
3232
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -3263,7 +3263,7 @@
32633263
}
32643264
}
32653265
},
3266-
"revision": "20230922",
3266+
"revision": "20230926",
32673267
"rootUrl": "https://storage.googleapis.com/",
32683268
"schemas": {
32693269
"Bucket": {
@@ -4310,6 +4310,11 @@
43104310
"format": "int64",
43114311
"type": "string"
43124312
},
4313+
"hardDeleteTime": {
4314+
"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.",
4315+
"format": "date-time",
4316+
"type": "string"
4317+
},
43134318
"id": {
43144319
"description": "The ID of the object, including the bucket name, object name, and generation number.",
43154320
"type": "string"
@@ -4391,6 +4396,11 @@
43914396
"format": "uint64",
43924397
"type": "string"
43934398
},
4399+
"softDeleteTime": {
4400+
"description": "The time at which the object became soft-deleted in RFC 3339 format.",
4401+
"format": "date-time",
4402+
"type": "string"
4403+
},
43944404
"storageClass": {
43954405
"description": "Storage class of the object.",
43964406
"type": "string"
@@ -4405,7 +4415,7 @@
44054415
"type": "string"
44064416
},
44074417
"timeDeleted": {
4408-
"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.",
4418+
"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.",
44094419
"format": "date-time",
44104420
"type": "string"
44114421
},

storage/v1/storage-gen.go

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)