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 document provides reference information for the `UpdateBackupRequest` class within the Google Cloud Filestore v1 API, specifically version 2.3.0."],["The `UpdateBackupRequest` class allows for updating the description and/or labels of a backup resource."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateBackupRequest` include `Backup`, which is a required backup resource, and `UpdateMask`, which is a required mask of fields to update."],["The latest version available is 2.7.0, with the document also providing access to the previous 9 versions down to 1.0.0."]]],[]]