public interface BackupDrPlanRuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLastSuccessfulBackupTime()
public abstract Timestamp getLastSuccessfulBackupTime()Output only. Timestamp of the latest successful backup created via this backup rule.
.google.protobuf.Timestamp last_successful_backup_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The lastSuccessfulBackupTime. |
getLastSuccessfulBackupTimeOrBuilder()
public abstract TimestampOrBuilder getLastSuccessfulBackupTimeOrBuilder()Output only. Timestamp of the latest successful backup created via this backup rule.
.google.protobuf.Timestamp last_successful_backup_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getRuleId()
public abstract String getRuleId()Output only. Unique Id of the backup rule.
string rule_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The ruleId. |
getRuleIdBytes()
public abstract ByteString getRuleIdBytes()Output only. Unique Id of the backup rule.
string rule_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ruleId. |
hasLastSuccessfulBackupTime()
public abstract boolean hasLastSuccessfulBackupTime()Output only. Timestamp of the latest successful backup created via this backup rule.
.google.protobuf.Timestamp last_successful_backup_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the lastSuccessfulBackupTime field is set. |