You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Restore token used to differentiate soft-deleted objects with the same name and generation. Only applicable for hierarchical namespace buckets and if softDeleted is set to true. This parameter is optional, and is only required in the rare case when there are multiple soft-deleted objects with the same name and generation.",
2912
+
"location": "query",
2913
+
"type": "string"
2914
+
},
2832
2915
"softDeleted": {
2833
2916
"description": "If true, only soft-deleted object versions will be listed. The default is false. For more information, see [Soft Delete](https://cloud.google.com/storage/docs/soft-delete).",
2834
2917
"location": "query",
@@ -3304,6 +3387,11 @@
3304
3387
"location": "query",
3305
3388
"type": "string"
3306
3389
},
3390
+
"restoreToken": {
3391
+
"description": "Restore token used to differentiate sof-deleted objects with the same name and generation. Only applicable for hierarchical namespace buckets. This parameter is optional, and is only required in the rare case when there are multiple soft-deleted objects with the same name and generation.",
3392
+
"location": "query",
3393
+
"type": "string"
3394
+
},
3307
3395
"userProject": {
3308
3396
"description": "The project to be billed for this request. Required for Requester Pays buckets.",
3309
3397
"location": "query",
@@ -4136,7 +4224,7 @@
4136
4224
}
4137
4225
}
4138
4226
},
4139
-
"revision": "20240819",
4227
+
"revision": "20240924",
4140
4228
"rootUrl": "https://storage.googleapis.com/",
4141
4229
"schemas": {
4142
4230
"AnywhereCache": {
@@ -5597,6 +5685,10 @@
5597
5685
},
5598
5686
"type": "object"
5599
5687
},
5688
+
"restoreToken": {
5689
+
"description": "Restore token used to differentiate deleted objects with the same name and generation. This field is only returned for deleted objects in hierarchical namespace buckets.",
5690
+
"type": "string"
5691
+
},
5600
5692
"retention": {
5601
5693
"description": "A collection of object level retention parameters.",
5602
5694
"properties": {
@@ -5865,6 +5957,34 @@
5865
5957
},
5866
5958
"type": "object"
5867
5959
},
5960
+
"RelocateBucketRequest": {
5961
+
"description": "A Relocate Bucket request.",
5962
+
"id": "RelocateBucketRequest",
5963
+
"properties": {
5964
+
"destinationCustomPlacementConfig": {
5965
+
"description": "The bucket's new custom placement configuration if relocating to a Custom Dual Region.",
5966
+
"properties": {
5967
+
"dataLocations": {
5968
+
"description": "The list of regional locations in which data is placed.",
5969
+
"items": {
5970
+
"type": "string"
5971
+
},
5972
+
"type": "array"
5973
+
}
5974
+
},
5975
+
"type": "object"
5976
+
},
5977
+
"destinationLocation": {
5978
+
"description": "The new location the bucket will be relocated to.",
5979
+
"type": "string"
5980
+
},
5981
+
"validateOnly": {
5982
+
"description": "If true, validate the operation, but do not actually relocate the bucket.",
* The owner of the object. This will always be the uploader of the object.
1059
1059
*/
1060
1060
owner?: {entity?: string;entityId?: string}|null;
1061
+
/**
1062
+
* Restore token used to differentiate deleted objects with the same name and generation. This field is only returned for deleted objects in hierarchical namespace buckets.
1063
+
*/
1064
+
restoreToken?: string|null;
1061
1065
/**
1062
1066
* A collection of object level retention parameters.
* Restore token used to differentiate soft-deleted objects with the same name and generation. Only applicable for hierarchical namespace buckets and if softDeleted is set to true. This parameter is optional, and is only required in the rare case when there are multiple soft-deleted objects with the same name and generation.
8840
+
*/
8841
+
restoreToken?: string;
8712
8842
/**
8713
8843
* If true, only soft-deleted object versions will be listed. The default is false. For more information, see [Soft Delete](https://cloud.google.com/storage/docs/soft-delete).
* Restore token used to differentiate sof-deleted objects with the same name and generation. Only applicable for hierarchical namespace buckets. This parameter is optional, and is only required in the rare case when there are multiple soft-deleted objects with the same name and generation.
9084
+
*/
9085
+
restoreToken?: string;
8952
9086
/**
8953
9087
* The project to be billed for this request. Required for Requester Pays buckets.
0 commit comments