Interface RuleConfigInfoOrBuilder (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface RuleConfigInfoOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
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. |