public sealed class UpdateBackupRequest : IMessage<UpdateBackupRequest>, IEquatable<UpdateBackupRequest>, IDeepCloneable<UpdateBackupRequest>, IBufferMessage, IMessage
This is used to specify the fields to be overwritten in the
Backup targeted for update. The values for each of these
updated fields will be taken from the backup_plan provided
with this request. Field names are relative to the root of the resource.
If no update_mask is provided, all fields in backup will be
written to the target Backup resource.
Note that OUTPUT_ONLY and IMMUTABLE fields in backup are ignored
and are not used to update the target Backup.
[[["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."],[[["This webpage details the `UpdateBackupRequest` class, which is used to send a request to update a Backup resource in Google Cloud GKE Backup."],["The class is part of the `Google.Cloud.GkeBackup.V1` namespace and is found in the `Google.Cloud.GkeBackup.V1.dll` assembly."],["It includes two constructors, `UpdateBackupRequest()` and `UpdateBackupRequest(UpdateBackupRequest other)`, for creating instances of the request object."],["The class implements several interfaces, including `IMessage\u003cUpdateBackupRequest\u003e`, `IEquatable\u003cUpdateBackupRequest\u003e`, `IDeepCloneable\u003cUpdateBackupRequest\u003e`, `IBufferMessage`, and `IMessage`, allowing for various operations like deep cloning and message handling."],["The request object contains `Backup` and `UpdateMask` properties, which are used to specify the new version of the Backup and which fields should be updated, respectively."]]],[]]