public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetSnapshotRequest.
[[["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 `GetSnapshotRequest` class within the Google.Cloud.NetApp.V1 API, specifically for version 1.7.0."],["The `GetSnapshotRequest` class is used to retrieve the state of a snapshot and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetSnapshotRequest` class has two constructors, one default and one that accepts another `GetSnapshotRequest` instance as a parameter."],["The `GetSnapshotRequest` class has two properties: `Name`, a string representing the snapshot resource name, and `SnapshotName`, a typed view over the `Name` property."],["The documentation page includes links to previous versions of the class, dating back to version 1.0.0, and the latest version, 1.8.0."]]],[]]