Class RestoreInfo


  • public class RestoreInfo
    extends Object
    Represents the restore information of a Cloud Spanner database.
    • Method Detail

      • getBackup

        public BackupId getBackup()
        The backup source of the restored database. The backup may no longer exist.
      • getBackupCreateTime

        public com.google.cloud.Timestamp getBackupCreateTime()
        The create time of the backup for the restore.
      • getSourceDatabase

        public DatabaseId getSourceDatabase()
        The source database that was used to create the backup. The database may no longer exist.