public interface BackupApplianceBackupPropertiesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFinalizeTime()
public abstract Timestamp getFinalizeTime()
Output only. The time when this backup object was finalized (if none, backup is not finalized).
optional .google.protobuf.Timestamp finalize_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The finalizeTime. |
getFinalizeTimeOrBuilder()
public abstract TimestampOrBuilder getFinalizeTimeOrBuilder()
Output only. The time when this backup object was finalized (if none, backup is not finalized).
optional .google.protobuf.Timestamp finalize_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getGenerationId()
public abstract int getGenerationId()
Output only. The numeric generation ID of the backup (monotonically increasing).
optional int32 generation_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The generationId. |
getRecoveryRangeEndTime()
public abstract Timestamp getRecoveryRangeEndTime()
Optional. The latest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Timestamp |
The recoveryRangeEndTime. |
getRecoveryRangeEndTimeOrBuilder()
public abstract TimestampOrBuilder getRecoveryRangeEndTimeOrBuilder()
Optional. The latest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getRecoveryRangeStartTime()
public abstract Timestamp getRecoveryRangeStartTime()
Optional. The earliest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Timestamp |
The recoveryRangeStartTime. |
getRecoveryRangeStartTimeOrBuilder()
public abstract TimestampOrBuilder getRecoveryRangeStartTimeOrBuilder()
Optional. The earliest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasFinalizeTime()
public abstract boolean hasFinalizeTime()
Output only. The time when this backup object was finalized (if none, backup is not finalized).
optional .google.protobuf.Timestamp finalize_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the finalizeTime field is set. |
hasGenerationId()
public abstract boolean hasGenerationId()
Output only. The numeric generation ID of the backup (monotonically increasing).
optional int32 generation_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the generationId field is set. |
hasRecoveryRangeEndTime()
public abstract boolean hasRecoveryRangeEndTime()
Optional. The latest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the recoveryRangeEndTime field is set. |
hasRecoveryRangeStartTime()
public abstract boolean hasRecoveryRangeStartTime()
Optional. The earliest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the recoveryRangeStartTime field is set. |