public interface BackupInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackup()
public abstract String getBackup()
Output only. Name of the backup.
string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The backup. |
getBackupBytes()
public abstract ByteString getBackupBytes()
Output only. Name of the backup.
string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for backup. |
getEndTime()
public abstract Timestamp getEndTime()
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getSourceTable()
public abstract String getSourceTable()
Output only. Name of the table the backup was created from.
string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String | The sourceTable. |
getSourceTableBytes()
public abstract ByteString getSourceTableBytes()
Output only. Name of the table the backup was created from.
string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString | The bytes for sourceTable. |
getStartTime()
public abstract Timestamp getStartTime()
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()
Output only. This time that the backup was finished. Row data in the backup will be no newer than this timestamp.
.google.protobuf.Timestamp end_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()
Output only. The time that the backup was started. Row data in the backup will be no older than this timestamp.
.google.protobuf.Timestamp start_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean | Whether the startTime field is set. |