Interface DataSourceBackupConfigInfoOrBuilder (0.34.0)

publicinterface DataSourceBackupConfigInfoOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastBackupState()

publicabstractBackupConfigInfo.LastBackupStategetLastBackupState()

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()

publicabstractintgetLastBackupStateValue()

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()

publicabstractTimestampgetLastSuccessfulBackupConsistencyTime()

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()

publicabstractTimestampOrBuildergetLastSuccessfulBackupConsistencyTimeOrBuilder()

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()

publicabstractbooleanhasLastSuccessfulBackupConsistencyTime()

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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.