public sealed class UpdateSnapshotRequest : IMessage<UpdateSnapshotRequest>, IEquatable<UpdateSnapshotRequest>, IDeepCloneable<UpdateSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateSnapshotRequest.
UpdateSnapshotRequest updates description and/or labels for a snapshot.
[[["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 documentation for the `UpdateSnapshotRequest` class within the Google Cloud NetApp v1 API, specifically version 1.5.0."],["The `UpdateSnapshotRequest` class allows users to update the description and/or labels of a snapshot resource within the Google Cloud NetApp service."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class has two constructors and two main properties: `Snapshot`, representing the snapshot resource to be updated, and `UpdateMask`, specifying which fields to update."],["The documentation also provides links to prior versions, with 1.8.0 being the latest, and details the class's inheritance, inherited members, namespace, and assembly."]]],[]]