RestoreDatabaseMetadata

Metadata for the long-running operation from the [databases.restore][google.firestore.admin.v1.RestoreDatabase] request.

JSON representation
{
  "startTime": string,
  "endTime": string,
  "operationState": enum (OperationState),
  "database": string,
  "backup": string,
  "progressPercentage": {
    object (Progress)
  }
}
Fields
startTime

string (Timestamp format)

The time the restore was started.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

endTime

string (Timestamp format)

The time the restore finished, unset for ongoing restores.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

operationState

enum (OperationState)

The operation state of the restore.

database

string

The name of the database being restored to.

backup

string

The name of the backup restoring from.

progressPercentage

object (Progress)

How far along the restore is as an estimated percentage of remaining time.