GoogleApi.Metastore.V1.Model.Backup (google_api_metastore v0.12.0)

View Source

The details of a backup resource.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time when the backup was started.
  • description (type: String.t, default: nil) - Optional. The description of the backup.
  • endTime (type: DateTime.t, default: nil) - Output only. The time when the backup finished creating.
  • name (type: String.t, default: nil) - Immutable. Identifier. The relative resource name of the backup, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
  • restoringServices (type: list(String.t), default: nil) - Output only. Services that are restoring from the backup.
  • serviceRevision (type: GoogleApi.Metastore.V1.Model.Service.t, default: nil) - Output only. The revision of the service at the time of backup.
  • state (type: String.t, default: nil) - Output only. The current state of the backup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1.Model.Backup{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  endTime: DateTime.t() | nil,
  name: String.t() | nil,
  restoringServices: [String.t()] | nil,
  serviceRevision: GoogleApi.Metastore.V1.Model.Service.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.