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, used for updating descriptions and/or labels for a backup."],["The `UpdateBackupRequest` class is part of the `Google.Cloud.Filestore.V1` namespace and is implemented across various versions, with 2.7.0 being the latest version available."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message support."],["Key properties of the `UpdateBackupRequest` include `Backup`, which represents the backup resource to be updated, and `UpdateMask`, which specifies the fields to be modified."],["The class has two constructors: a default constructor `UpdateBackupRequest()` and a copy constructor `UpdateBackupRequest(UpdateBackupRequest other)`, allowing for object creation and duplication."]]],[]]