GoogleApi.Metastore.V1beta.Model.Restore (google_api_metastore v0.2.0) View Source

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}.
  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.