public sealed class UpdateBackupVaultRequest : IMessage<UpdateBackupVaultRequest>, IEquatable<UpdateBackupVaultRequest>, IDeepCloneable<UpdateBackupVaultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateBackupVaultRequest.
UpdateBackupVaultRequest updates description and/or labels for a backupVault.
Required. Field mask is used to specify the fields to be overwritten in the
Backup resource to be updated.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["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 `UpdateBackupVaultRequest` class within the Google Cloud NetApp v1 API."],["`UpdateBackupVaultRequest` is used to update the description and/or labels for a specific backup vault resource."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateBackupVaultRequest` class has two constructors, a parameterless one and one that takes another `UpdateBackupVaultRequest` as a parameter."],["The `BackupVault` and `UpdateMask` properties within the class are used to specify the backup vault to update and the specific fields that should be modified."]]],[]]