Metadata type for the long-running operation returned by databases.restore
.
JSON representation |
---|
{ "name": string, "sourceType": enum ( |
Fields | |
---|---|
name |
Name of the database being created and restored to. |
source |
The type of the restore source. |
progress |
The progress of the |
cancel |
The time at which cancellation of this operation was received. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
optimize |
If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored database, and remove the dependency on the restore source. The name is of the form |
Union field source_info . Information about the source used to restore the database, as specified by source in RestoreDatabaseRequest . source_info can be only one of the following: |
|
backup |
Information about the backup used to restore the database. |