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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eUpdateBackupRequest\u003c/code\u003e class, which is used to send a request to update a Backup resource in Google Cloud GKE Backup.\u003c/p\u003e\n"],["\u003cp\u003eThe class is part of the \u003ccode\u003eGoogle.Cloud.GkeBackup.V1\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.GkeBackup.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two constructors, \u003ccode\u003eUpdateBackupRequest()\u003c/code\u003e and \u003ccode\u003eUpdateBackupRequest(UpdateBackupRequest other)\u003c/code\u003e, for creating instances of the request object.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage<UpdateBackupRequest>\u003c/code\u003e, \u003ccode\u003eIEquatable<UpdateBackupRequest>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<UpdateBackupRequest>\u003c/code\u003e, \u003ccode\u003eIBufferMessage\u003c/code\u003e, and \u003ccode\u003eIMessage\u003c/code\u003e, allowing for various operations like deep cloning and message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe request object contains \u003ccode\u003eBackup\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e properties, which are used to specify the new version of the Backup and which fields should be updated, respectively.\u003c/p\u003e\n"]]],[],null,[]]