public sealed class UpdateBackupRequest : IMessage<UpdateBackupRequest>, IEquatable<UpdateBackupRequest>, IDeepCloneable<UpdateBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class UpdateBackupRequest.
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."],[[["The latest version available for the `UpdateBackupRequest` class is 2.6.0, which can be found in the `Google.Cloud.GkeBackup.V1` namespace."],["`UpdateBackupRequest` is a request message used for updating a Backup in the Backup for GKE v1 API and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `UpdateBackupRequest()` and `UpdateBackupRequest(UpdateBackupRequest other)`, allowing for default initialization or initialization from another `UpdateBackupRequest` object."],["The `UpdateBackupRequest` class includes two properties, `Backup`, which holds the updated version of the Backup resource, and `UpdateMask`, used to specify the fields to be updated."],["This documentation is for the `UpdateBackupRequest` class, used in the `Google.Cloud.GkeBackup.V1` API, and provides methods for updating a Backup resource."]]],[]]