View Source GoogleApi.BigtableAdmin.V2.Model.BackupInfo (google_api_bigtable_admin v0.22.0)

Information about a backup.

Attributes

  • backup (type: String.t, default: nil) - Output only. Name of the backup.
  • endTime (type: DateTime.t, default: nil) - Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
  • sourceBackup (type: String.t, default: nil) - Output only. Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects//instances//clusters//backups/
  • sourceTable (type: String.t, default: nil) - Output only. Name of the table the backup was created from.
  • startTime (type: DateTime.t, default: nil) - Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.BackupInfo{
  backup: String.t() | nil,
  endTime: DateTime.t() | nil,
  sourceBackup: String.t() | nil,
  sourceTable: String.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.