Interface BackupConfigInfoOrBuilder (0.32.0)

publicinterface BackupConfigInfoOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupApplianceBackupConfig()

publicabstractBackupApplianceBackupConfiggetBackupApplianceBackupConfig()

Configuration for an application backed up by a Backup Appliance.

.google.cloud.backupdr.v1.BackupApplianceBackupConfig backup_appliance_backup_config = 5;

Returns
Type Description
BackupApplianceBackupConfig

The backupApplianceBackupConfig.

getBackupApplianceBackupConfigOrBuilder()

publicabstractBackupApplianceBackupConfigOrBuildergetBackupApplianceBackupConfigOrBuilder()

Configuration for an application backed up by a Backup Appliance.

.google.cloud.backupdr.v1.BackupApplianceBackupConfig backup_appliance_backup_config = 5;

Returns
Type Description
BackupApplianceBackupConfigOrBuilder

getBackupConfigCase()

publicabstractBackupConfigInfo.BackupConfigCasegetBackupConfigCase()
Returns
Type Description
BackupConfigInfo.BackupConfigCase

getGcpBackupConfig()

publicabstractGcpBackupConfiggetGcpBackupConfig()

Configuration for a Google Cloud resource.

.google.cloud.backupdr.v1.GcpBackupConfig gcp_backup_config = 4;

Returns
Type Description
GcpBackupConfig

The gcpBackupConfig.

getGcpBackupConfigOrBuilder()

publicabstractGcpBackupConfigOrBuildergetGcpBackupConfigOrBuilder()

Configuration for a Google Cloud resource.

.google.cloud.backupdr.v1.GcpBackupConfig gcp_backup_config = 4;

Returns
Type Description
GcpBackupConfigOrBuilder

getLastBackupError()

publicabstractStatusgetLastBackupError()

Output only. If the last backup failed, this field has the error message.

.google.rpc.Status last_backup_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.Status

The lastBackupError.

getLastBackupErrorOrBuilder()

publicabstractStatusOrBuildergetLastBackupErrorOrBuilder()

Output only. If the last backup failed, this field has the error message.

.google.rpc.Status last_backup_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
com.google.rpc.StatusOrBuilder

getLastBackupState()

publicabstractBackupConfigInfo.LastBackupStategetLastBackupState()

Output only. The status of the last backup to this BackupVault

.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 to this BackupVault

.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. If the last backup were successful, this field has the consistency date.

.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. If the last backup were successful, this field has the consistency date.

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

Returns
Type Description
TimestampOrBuilder

hasBackupApplianceBackupConfig()

publicabstractbooleanhasBackupApplianceBackupConfig()

Configuration for an application backed up by a Backup Appliance.

.google.cloud.backupdr.v1.BackupApplianceBackupConfig backup_appliance_backup_config = 5;

Returns
Type Description
boolean

Whether the backupApplianceBackupConfig field is set.

hasGcpBackupConfig()

publicabstractbooleanhasGcpBackupConfig()

Configuration for a Google Cloud resource.

.google.cloud.backupdr.v1.GcpBackupConfig gcp_backup_config = 4;

Returns
Type Description
boolean

Whether the gcpBackupConfig field is set.

hasLastBackupError()

publicabstractbooleanhasLastBackupError()

Output only. If the last backup failed, this field has the error message.

.google.rpc.Status last_backup_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the lastBackupError field is set.

hasLastSuccessfulBackupConsistencyTime()

publicabstractbooleanhasLastSuccessfulBackupConsistencyTime()

Output only. If the last backup were successful, this field has the consistency date.

.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.