Skip to content

Commit 35e9aa4

Browse files
chore(firebasestorage): update the api
1 parent 7c62482 commit 35e9aa4

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
}
239239
}
240240
},
241-
"revision": "20210823",
241+
"revision": "20210917",
242242
"rootUrl": "https://firebasestorage.googleapis.com/",
243243
"schemas": {
244244
"AddFirebaseRequest": {
@@ -301,7 +301,8 @@
301301
"DELETING_TEMP_BUCKET",
302302
"SUCCEEDED",
303303
"FAILED",
304-
"ROLLING_BACK"
304+
"ROLLING_BACK",
305+
"ROLLED_BACK"
305306
],
306307
"enumDescriptions": [
307308
"Unspecified state. Should not be used.",
@@ -313,8 +314,9 @@
313314
"The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
314315
"The temp bucket is being emptied and deleted.",
315316
"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."
318320
],
319321
"type": "string"
320322
}
@@ -348,7 +350,8 @@
348350
"DELETING_TEMP_BUCKET",
349351
"SUCCEEDED",
350352
"FAILED",
351-
"ROLLING_BACK"
353+
"ROLLING_BACK",
354+
"ROLLED_BACK"
352355
],
353356
"enumDescriptions": [
354357
"Unspecified state. Should not be used.",
@@ -360,8 +363,9 @@
360363
"The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
361364
"The temp bucket is being emptied and deleted.",
362365
"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."
365369
],
366370
"type": "string"
367371
}

0 commit comments

Comments
 (0)