Interface BackupInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BackupInfo, BackupInfo.Builder

    public interface BackupInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getBackup

        String getBackup()
         Output only. Name of the backup.
         
        string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The backup.
      • getBackupBytes

        com.google.protobuf.ByteString getBackupBytes()
         Output only. Name of the backup.
         
        string backup = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for backup.
      • hasStartTime

        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:
        Whether the startTime field is set.
      • getStartTime

        com.google.protobuf.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:
        The startTime.
      • getStartTimeOrBuilder

        com.google.protobuf.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];
      • hasEndTime

        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:
        Whether the endTime field is set.
      • getEndTime

        com.google.protobuf.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:
        The endTime.
      • getEndTimeOrBuilder

        com.google.protobuf.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];
      • getSourceTable

        String getSourceTable()
         Output only. Name of the table the backup was created from.
         
        string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The sourceTable.
      • getSourceTableBytes

        com.google.protobuf.ByteString getSourceTableBytes()
         Output only. Name of the table the backup was created from.
         
        string source_table = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for sourceTable.
      • getSourceBackup

        String getSourceBackup()
         Output only. Name of the backup from which this backup was copied. If a
         backup is not created by copying a backup, this field will be empty. Values
         are of the form: projects/<project>/instances/<instance>/backups/<backup>.
         
        string source_backup = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The sourceBackup.
      • getSourceBackupBytes

        com.google.protobuf.ByteString getSourceBackupBytes()
         Output only. Name of the backup from which this backup was copied. If a
         backup is not created by copying a backup, this field will be empty. Values
         are of the form: projects/<project>/instances/<instance>/backups/<backup>.
         
        string source_backup = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for sourceBackup.