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-04-17 UTC."],[[["This webpage provides reference documentation for the `UpdateSnapshotRequest` class within the Google Cloud NetApp v1 API, specifically version 1.7.0, and the most recent version, 1.8.0."],["The `UpdateSnapshotRequest` class is used to update the description and/or labels of a snapshot, and it inherits from the base `object` class and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateSnapshotRequest` class includes two constructors, one default and one that accepts another `UpdateSnapshotRequest` object as a parameter."],["This class has properties for `Snapshot` and `UpdateMask`, where `Snapshot` is a required resource and `UpdateMask` is used to specify which fields should be updated."],["Previous versions of the API, ranging from 1.0.0 to 1.6.0 are also available."]]],[]]