public sealed class UpdateBackupRequest : IMessage<UpdateBackupRequest>, IEquatable<UpdateBackupRequest>, IDeepCloneable<UpdateBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore v1 API class UpdateBackupRequest.
UpdateBackupRequest updates description and/or labels for a 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 `UpdateBackupRequest` class in the Google Cloud Filestore v1 API allows for updating the description and/or labels of a backup."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateBackupRequest` class has two constructors: a default constructor and a constructor that takes another `UpdateBackupRequest` object as a parameter."],["It includes properties for `Backup` and `UpdateMask`, where `Backup` represents the backup resource and `UpdateMask` specifies which fields should be updated."],["The documentation provides links to various versions of the API, ranging from version 1.0.0 to the latest version 2.7.0."]]],[]]