Skip to content

Commit de1000e

Browse files
feat(firebasestorage): update the api
#### firebasestorage:v1beta The following keys were deleted: - schemas.GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata (Total Keys: 7) - schemas.GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata (Total Keys: 7)
1 parent d489f0b commit de1000e

File tree

1 file changed

+1
-99
lines changed

1 file changed

+1
-99
lines changed

googleapiclient/discovery_cache/documents/firebasestorage.v1beta.json

Lines changed: 1 addition & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
}
326326
}
327327
},
328-
"revision": "20241111",
328+
"revision": "20241218",
329329
"rootUrl": "https://firebasestorage.googleapis.com/",
330330
"schemas": {
331331
"AddFirebaseRequest": {
@@ -376,104 +376,6 @@
376376
"properties": {},
377377
"type": "object"
378378
},
379-
"GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata": {
380-
"description": "Metadata for MigrateLocationDestructively LRO.",
381-
"id": "GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata",
382-
"properties": {
383-
"createTime": {
384-
"description": "The time the LRO was created.",
385-
"format": "google-datetime",
386-
"type": "string"
387-
},
388-
"lastUpdateTime": {
389-
"description": "The time the LRO was last updated.",
390-
"format": "google-datetime",
391-
"type": "string"
392-
},
393-
"state": {
394-
"description": "The current state of the migration.",
395-
"enum": [
396-
"STATE_UNSPECIFIED",
397-
"PENDING",
398-
"CREATING_TEMP_BUCKET",
399-
"TRANSFERRING_TO_TEMP",
400-
"DELETING_SOURCE_BUCKET",
401-
"CREATING_DESTINATION_BUCKET",
402-
"TRANSFERRING_TO_DESTINATION",
403-
"DELETING_TEMP_BUCKET",
404-
"SUCCEEDED",
405-
"FAILED",
406-
"ROLLING_BACK",
407-
"ROLLED_BACK"
408-
],
409-
"enumDescriptions": [
410-
"Unspecified state. Should not be used.",
411-
"The MigrateLocationDestructively request has passed precondition checks and the bucket migration will begin soon.",
412-
"Generating a unique bucket name, storing the source -> temp mapping in Spanner, and actually creating the temporary bucket via Bigstore.",
413-
"The first STS transfer to move all objects from the source bucket to the temp bucket is underway.",
414-
"The source bucket is being emptied and deleted.",
415-
"The source bucket is being recreated in the new location.",
416-
"The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
417-
"The temp bucket is being emptied and deleted.",
418-
"All stages of the migration have completed and the operation has been marked done and updated with a response.",
419-
"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.",
420-
"The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state.",
421-
"The migration has been successfully rolled back."
422-
],
423-
"type": "string"
424-
}
425-
},
426-
"type": "object"
427-
},
428-
"GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata": {
429-
"description": "Metadata for MigrateLocationDestructively LRO.",
430-
"id": "GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata",
431-
"properties": {
432-
"createTime": {
433-
"description": "The time the LRO was created.",
434-
"format": "google-datetime",
435-
"type": "string"
436-
},
437-
"lastUpdateTime": {
438-
"description": "The time the LRO was last updated.",
439-
"format": "google-datetime",
440-
"type": "string"
441-
},
442-
"state": {
443-
"description": "The current state of the migration.",
444-
"enum": [
445-
"STATE_UNSPECIFIED",
446-
"PENDING",
447-
"CREATING_TEMP_BUCKET",
448-
"TRANSFERRING_TO_TEMP",
449-
"DELETING_SOURCE_BUCKET",
450-
"CREATING_DESTINATION_BUCKET",
451-
"TRANSFERRING_TO_DESTINATION",
452-
"DELETING_TEMP_BUCKET",
453-
"SUCCEEDED",
454-
"FAILED",
455-
"ROLLING_BACK",
456-
"ROLLED_BACK"
457-
],
458-
"enumDescriptions": [
459-
"Unspecified state. Should not be used.",
460-
"The MigrateLocationDestructively request has passed precondition checks and the bucket migration will begin soon.",
461-
"Generating a unique bucket name, storing the source -> temp mapping in Spanner, and actually creating the temporary bucket via Bigstore.",
462-
"The first STS transfer to move all objects from the source bucket to the temp bucket is underway.",
463-
"The source bucket is being emptied and deleted.",
464-
"The source bucket is being recreated in the new location.",
465-
"The second STS transfer to move all objects from the temp bucket to the final bucket is underway.",
466-
"The temp bucket is being emptied and deleted.",
467-
"All stages of the migration have completed and the operation has been marked done and updated with a response.",
468-
"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.",
469-
"The migration has encountered a permanent failure and is now being rolled back so that the source bucket is restored to its original state.",
470-
"The migration has been successfully rolled back."
471-
],
472-
"type": "string"
473-
}
474-
},
475-
"type": "object"
476-
},
477379
"ListBucketsResponse": {
478380
"description": "The response returned by `ListBuckets`.",
479381
"id": "ListBucketsResponse",

0 commit comments

Comments
 (0)