public sealed class Backup : IMessage<Backup>, IEquatable<Backup>, IDeepCloneable<Backup>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1alpha API class Backup.
The details of a backup resource.
Namespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
Backup()
public Backup()
Backup(Backup)
public Backup(Backup other)
Parameter | |
---|---|
Name | Description |
other |
Backup |
Properties
BackupName
public BackupName BackupName { get; set; }
BackupName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BackupName |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the backup was started.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
The description of the backup.
Property Value | |
---|---|
Type | Description |
string |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time when the backup finished creating.
Property Value | |
---|---|
Type | Description |
Timestamp |
Name
public string Name { get; set; }
Immutable. The relative resource name of the backup, in the following form:
projects/{project_number}/locations/{location_id}/services/{service_id}/backups/{backup_id}
Property Value | |
---|---|
Type | Description |
string |
RestoringServices
public RepeatedField<string> RestoringServices { get; }
Output only. Services that are restoring from the backup.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ServiceRevision
public Service ServiceRevision { get; set; }
Output only. The revision of the service at the time of backup.
Property Value | |
---|---|
Type | Description |
Service |
State
public Backup.Types.State State { get; set; }
Output only. The current state of the backup.
Property Value | |
---|---|
Type | Description |
BackupTypesState |