View Source GoogleApi.Metastore.V1beta.Model.Backup (google_api_metastore v0.3.0)
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) - 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. 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.V1beta.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.
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.Backup{
createTime: DateTime.t() | nil,
description: String.t() | nil,
endTime: DateTime.t() | nil,
name: String.t() | nil,
restoringServices: [String.t()] | nil,
serviceRevision: GoogleApi.Metastore.V1beta.Model.Service.t() | nil,
state: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.