public sealed class UpdateBackupRequest : IMessage<UpdateBackupRequest>, IEquatable<UpdateBackupRequest>, IDeepCloneable<UpdateBackupRequest>, IBufferMessage, IMessage
The request for
[UpdateBackup][google.spanner.admin.database.v1.DatabaseAdmin.UpdateBackup].
Required. The backup to update. backup.name, and the fields to be updated
as specified by update_mask are required. Other fields are ignored.
Update is only supported for the following fields:
Required. A mask specifying which fields (e.g. expire_time) in the
Backup resource should be updated. This mask is relative to the Backup
resource, not to the request message. The field mask must always be
specified; this prevents any future fields from being erased accidentally
by clients that do not know about them.
[[["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 `UpdateBackupRequest` class is used to request updates to a backup in Google Cloud Spanner Admin Database V1."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for protocol buffer interactions and object manipulation."],["The `UpdateBackupRequest` class requires both the `Backup` object, detailing the backup to be updated, and `UpdateMask` specifying which fields of the backup should be modified."],["There are multiple versions of `Google.Cloud.Spanner.Admin.Database.V1`, with version 5.0.0-beta05 being the latest and 3.6.0 being the version of UpdateBackupRequest being referred to, and the rest being older versions."],["The only field that can be updated in a backup is the `backup.expire_time`."]]],[]]