View Source GoogleApi.Metastore.V1.Model.Restore (google_api_metastore v0.11.0)

The details of a metadata restore operation.

Attributes

  • backup (type: String.t, default: nil) - Output only. The relative resource name of the metastore service backup to restore from, in the following form:projects/{project_id}/locations/{location_id}/services/{service_id}/backups/{backup_id}.
  • backupLocation (type: String.t, default: nil) - Optional. A Cloud Storage URI specifying where the backup artifacts are stored, in the format gs:///.
  • details (type: String.t, default: nil) - Output only. The restore details containing the revision of the service to be restored to, in format of JSON.
  • endTime (type: DateTime.t, default: nil) - Output only. The time when the restore ended.
  • startTime (type: DateTime.t, default: nil) - Output only. The time when the restore started.
  • state (type: String.t, default: nil) - Output only. The current state of the restore.
  • type (type: String.t, default: nil) - Output only. The type of restore.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Metastore.V1.Model.Restore{
  backup: String.t() | nil,
  backupLocation: String.t() | nil,
  details: String.t() | nil,
  endTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.