public sealed class UpdateBackupScheduleRequest : IMessage<UpdateBackupScheduleRequest>, IEquatable<UpdateBackupScheduleRequest>, IDeepCloneable<UpdateBackupScheduleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class UpdateBackupScheduleRequest.
The request for
[UpdateBackupScheduleRequest][google.spanner.admin.database.v1.DatabaseAdmin.UpdateBackupSchedule].
public BackupSchedule BackupSchedule { get; set; }
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `UpdateBackupScheduleRequest` class is 5.0.0-beta05, with several older versions also accessible, dating back to version 3.5.0."],["The `UpdateBackupScheduleRequest` class is part of the Google Cloud Spanner Database Administration v1 API and resides within the `Google.Cloud.Spanner.Admin.Database.V1` namespace."],["This class is used to send a request to update a backup schedule within the Spanner database and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateBackupScheduleRequest` includes two main properties, `BackupSchedule` which is the backup schedule to be updated and `UpdateMask` which specifies which fields of the backup schedule to update."],["The `UpdateBackupScheduleRequest` has two constructors one to create an empty instance of the class, and another that takes in an instance of the same class to copy values."]]],[]]