Class CreateBackupScheduleRequest (3.54.0)

CreateBackupScheduleRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for CreateBackupSchedule][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackupSchedule].

Attributes

Name Description
parent str
Required. The name of the database that this backup schedule applies to.
backup_schedule_id str
Required. The Id to use for the backup schedule. The backup_schedule_id appended to parent forms the full backup schedule name of the form projects/.
backup_schedule google.cloud.spanner_admin_database_v1.types.BackupSchedule
Required. The backup schedule to create.