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-09 UTC."],[[["This webpage provides documentation for the `UpdateSnapshotRequest` class within the Google Cloud NetApp v1 API, specifically version 1.2.0."],["The `UpdateSnapshotRequest` class is used to update the description and/or labels of a snapshot resource in the Google Cloud NetApp service."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to interact within the Google Protobuf framework."],["The class has properties such as `Snapshot` (the snapshot resource to be updated) and `UpdateMask` (specifying which fields to update)."],["This is one version of many, the most current being version 1.8.0, with past versions listed on this page going as far back as 1.0.0."]]],[]]