Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2193

Merged
merged 1 commit into from
Oct 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.