Interface RuleConfigInfoOrBuilder (0.11.0)

publicinterface RuleConfigInfoOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getLastBackupError()

publicabstractStatusgetLastBackupError()

Output only. Output Only.

google.rpc.Status object to store the last backup error.

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

Returns
Type Description
com.google.rpc.Status

The lastBackupError.

getLastBackupErrorOrBuilder()

publicabstractStatusOrBuildergetLastBackupErrorOrBuilder()

Output only. Output Only.

google.rpc.Status object to store the last backup error.

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

Returns
Type Description
com.google.rpc.StatusOrBuilder

getLastBackupState()

publicabstractRuleConfigInfo.LastBackupStategetLastBackupState()

Output only. The last backup state for rule.

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

Returns
Type Description
RuleConfigInfo.LastBackupState

The lastBackupState.

getLastBackupStateValue()

publicabstractintgetLastBackupStateValue()

Output only. The last backup state for rule.

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

Returns
Type Description
int

The enum numeric value on the wire for lastBackupState.

getLastSuccessfulBackupConsistencyTime()

publicabstractTimestampgetLastSuccessfulBackupConsistencyTime()

Output only. The point in time when the last successful backup was captured from the source.

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

Returns
Type Description
Timestamp

The lastSuccessfulBackupConsistencyTime.

getLastSuccessfulBackupConsistencyTimeOrBuilder()

publicabstractTimestampOrBuildergetLastSuccessfulBackupConsistencyTimeOrBuilder()

Output only. The point in time when the last successful backup was captured from the source.

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

Returns
Type Description
TimestampOrBuilder

getRuleId()

publicabstractStringgetRuleId()

Output only. Output Only.

Backup Rule id fetched from backup plan.

string rule_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The ruleId.

getRuleIdBytes()

publicabstractByteStringgetRuleIdBytes()

Output only. Output Only.

Backup Rule id fetched from backup plan.

string rule_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for ruleId.

hasLastBackupError()

publicabstractbooleanhasLastBackupError()

Output only. Output Only.

google.rpc.Status object to store the last backup error.

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

Returns
Type Description
boolean

Whether the lastBackupError field is set.

hasLastSuccessfulBackupConsistencyTime()

publicabstractbooleanhasLastSuccessfulBackupConsistencyTime()

Output only. The point in time when the last successful backup was captured from the source.

.google.protobuf.Timestamp last_successful_backup_consistency_time = 5 [(.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.