public interface RuleConfigInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLastBackupError()
public abstract Status getLastBackupError()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()
public abstract StatusOrBuilder getLastBackupErrorOrBuilder()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()
public abstract RuleConfigInfo.LastBackupState getLastBackupState()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()
public abstract int getLastBackupStateValue()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()
public abstract Timestamp getLastSuccessfulBackupConsistencyTime()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()
public abstract TimestampOrBuilder getLastSuccessfulBackupConsistencyTimeOrBuilder()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()
public abstract String getRuleId()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()
public abstract ByteString getRuleIdBytes()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()
public abstract boolean hasLastBackupError()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()
public abstract boolean hasLastSuccessfulBackupConsistencyTime()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.  |