GetBackupScheduleResult

data class GetBackupScheduleResult(val createTime: String, val dailyRecurrence: GoogleFirestoreAdminV1DailyRecurrenceResponse, val name: String, val retention: String, val updateTime: String, val weeklyRecurrence: GoogleFirestoreAdminV1WeeklyRecurrenceResponse)

Constructors

Link copied to clipboard
constructor(createTime: String, dailyRecurrence: GoogleFirestoreAdminV1DailyRecurrenceResponse, name: String, retention: String, updateTime: String, weeklyRecurrence: GoogleFirestoreAdminV1WeeklyRecurrenceResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp at which this backup schedule was created and effective since. No backups will be created for this schedule before this time.

Link copied to clipboard

For a schedule that runs daily at a specified time.

Link copied to clipboard

The unique backup schedule identifier across all locations and databases for the given project. This will be auto-assigned. Format is projects/{project}/databases/{database}/backupSchedules/{backup_schedule}

Link copied to clipboard

At what relative time in the future, compared to the creation time of the backup should the backup be deleted, i.e. keep backups for 7 days.

Link copied to clipboard

The timestamp at which this backup schedule was most recently updated. When a backup schedule is first created, this is the same as create_time.

Link copied to clipboard

For a schedule that runs weekly on a specific day and time.