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."],[[["This webpage provides reference documentation for the `UpdateBackupRequest` class within the Google Cloud Filestore v1 API, specifically version 2.4.0."],["The `UpdateBackupRequest` class allows users to update the description and/or labels of a backup resource, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation details the class's inheritance from `object` and lists the inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes information on the constructors for `UpdateBackupRequest`, which are a default constructor and one that takes another `UpdateBackupRequest` object as an argument."],["The page highlights two key properties of the class: `Backup`, a required backup resource, and `UpdateMask`, which determines the fields to be updated."]]],[]]