Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata

import type { GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata } from "https://googleapis.deno.dev/v1/firebasestorage:v1beta.ts";

Metadata for MigrateLocationDestructively LRO.

interface GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata {
createTime?: Date;
lastUpdateTime?: Date;
state?:
| "STATE_UNSPECIFIED"
| "PENDING"
| "CREATING_TEMP_BUCKET"
| "TRANSFERRING_TO_TEMP"
| "DELETING_SOURCE_BUCKET"
| "CREATING_DESTINATION_BUCKET"
| "TRANSFERRING_TO_DESTINATION"
| "DELETING_TEMP_BUCKET"
| "SUCCEEDED"
| "FAILED"
| "ROLLING_BACK"
| "ROLLED_BACK";
}

§Properties

§
createTime?: Date
[src]

The time the LRO was created.

§
lastUpdateTime?: Date
[src]

The time the LRO was last updated.

§
state?: "STATE_UNSPECIFIED" | "PENDING" | "CREATING_TEMP_BUCKET" | "TRANSFERRING_TO_TEMP" | "DELETING_SOURCE_BUCKET" | "CREATING_DESTINATION_BUCKET" | "TRANSFERRING_TO_DESTINATION" | "DELETING_TEMP_BUCKET" | "SUCCEEDED" | "FAILED" | "ROLLING_BACK" | "ROLLED_BACK"
[src]

The current state of the migration.