|
238 | 238 | }
|
239 | 239 | }
|
240 | 240 | },
|
241 |
| - "revision": "20210823", |
| 241 | + "revision": "20210917", |
242 | 242 | "rootUrl": "https://firebasestorage.googleapis.com/",
|
243 | 243 | "schemas": {
|
244 | 244 | "AddFirebaseRequest": {
|
|
301 | 301 | "DELETING_TEMP_BUCKET",
|
302 | 302 | "SUCCEEDED",
|
303 | 303 | "FAILED",
|
304 |
| - "ROLLING_BACK" |
| 304 | + "ROLLING_BACK", |
| 305 | + "ROLLED_BACK" |
305 | 306 | ],
|
306 | 307 | "enumDescriptions": [
|
307 | 308 | "Unspecified state. Should not be used.",
|
|
313 | 314 | "The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
|
314 | 315 | "The temp bucket is being emptied and deleted.",
|
315 | 316 | "All stages of the migration have completed and the operation has been marked done and updated with a response.",
|
316 |
| - "The migration failed at some stage and it is not possible to continue retrying that stage. Manual recovery may be needed.", |
317 |
| - "The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state." |
| 317 | + "The migration failed at some stage and it is not possible to continue retrying that stage. Manual recovery may be needed. Rollback is either impossible at this stage, or has been attempted and failed.", |
| 318 | + "The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state.", |
| 319 | + "The migration has been successfully rolled back." |
318 | 320 | ],
|
319 | 321 | "type": "string"
|
320 | 322 | }
|
|
348 | 350 | "DELETING_TEMP_BUCKET",
|
349 | 351 | "SUCCEEDED",
|
350 | 352 | "FAILED",
|
351 |
| - "ROLLING_BACK" |
| 353 | + "ROLLING_BACK", |
| 354 | + "ROLLED_BACK" |
352 | 355 | ],
|
353 | 356 | "enumDescriptions": [
|
354 | 357 | "Unspecified state. Should not be used.",
|
|
360 | 363 | "The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
|
361 | 364 | "The temp bucket is being emptied and deleted.",
|
362 | 365 | "All stages of the migration have completed and the operation has been marked done and updated with a response.",
|
363 |
| - "The migration failed at some stage and it is not possible to continue retrying that stage. Manual recovery may be needed.", |
364 |
| - "The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state." |
| 366 | + "The migration failed at some stage and it is not possible to continue retrying that stage. Manual recovery may be needed. Rollback is either impossible at this stage, or has been attempted and failed.", |
| 367 | + "The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state.", |
| 368 | + "The migration has been successfully rolled back." |
365 | 369 | ],
|
366 | 370 | "type": "string"
|
367 | 371 | }
|
|
0 commit comments