Interface DataSourceBackupConfigInfoOrBuilder (0.29.0)

public interface DataSourceBackupConfigInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastBackupState()

public abstract BackupConfigInfo.LastBackupState getLastBackupState()

Output only. The status of the last backup in this DataSource

.google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState last_backup_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
BackupConfigInfo.LastBackupState

The lastBackupState.

getLastBackupStateValue()

public abstract int getLastBackupStateValue()

Output only. The status of the last backup in this DataSource

.google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState last_backup_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for lastBackupState.

getLastSuccessfulBackupConsistencyTime()

public abstract Timestamp getLastSuccessfulBackupConsistencyTime()

Output only. Timestamp of the last successful backup to this DataSource.

.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The lastSuccessfulBackupConsistencyTime.

getLastSuccessfulBackupConsistencyTimeOrBuilder()

public abstract TimestampOrBuilder getLastSuccessfulBackupConsistencyTimeOrBuilder()

Output only. Timestamp of the last successful backup to this DataSource.

.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasLastSuccessfulBackupConsistencyTime()

public abstract boolean hasLastSuccessfulBackupConsistencyTime()

Output only. Timestamp of the last successful backup to this DataSource.

.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the lastSuccessfulBackupConsistencyTime field is set.