Class UpdateBackupScheduleRequest (3.51.0)

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

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

Attributes

Name Description
backup_schedule google.cloud.spanner_admin_database_v1.types.BackupSchedule
Required. The backup schedule to update. backup_schedule.name, and the fields to be updated as specified by update_mask are required. Other fields are ignored.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. A mask specifying which fields in the BackupSchedule resource should be updated. This mask is relative to the BackupSchedule resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally.