Interface BackupInfoOrBuilder (2.17.1)

public interface BackupInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackup()

public abstract String getBackup()

Output only. Name of the backup.

string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The backup.

getBackupBytes()

public abstract ByteString getBackupBytes()

Output only. Name of the backup.

string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the startTime field is set.