Skip to content

Commit 7c5e1b3

Browse files
yoshi-automationsofisl
authored andcommitted
feat(storage)!: update the API
BREAKING CHANGE: This release has breaking changes. #### storage:v1 The following keys were deleted: - resources.objects.methods.restore.request.$ref
1 parent f17c99a commit 7c5e1b3

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

discovery/storage-v1.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"description": "Regional Endpoint"
3434
}
3535
],
36-
"etag": "\"38323435363539393136323237323334303838\"",
36+
"etag": "\"37303437343235343136323638383931333233\"",
3737
"icons": {
3838
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
3939
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
@@ -3212,9 +3212,6 @@
32123212
}
32133213
},
32143214
"path": "b/{bucket}/o/{object}/restore",
3215-
"request": {
3216-
"$ref": "Object"
3217-
},
32183215
"response": {
32193216
"$ref": "Object"
32203217
},
@@ -4040,7 +4037,7 @@
40404037
}
40414038
}
40424039
},
4043-
"revision": "20240217",
4040+
"revision": "20240307",
40444041
"rootUrl": "https://storage.googleapis.com/",
40454042
"schemas": {
40464043
"AnywhereCache": {

src/apis/storage/v1.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8599,11 +8599,6 @@ export namespace storage_v1 {
85998599
* The project to be billed for this request. Required for Requester Pays buckets.
86008600
*/
86018601
userProject?: string;
8602-
8603-
/**
8604-
* Request body metadata
8605-
*/
8606-
requestBody?: Schema$Object;
86078602
}
86088603
export interface Params$Resource$Objects$Rewrite extends StandardParameters {
86098604
/**

0 commit comments

Comments
 (0)