public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore 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-03-21 UTC."],[[["This document provides reference documentation for the `GetSnapshotRequest` class within the Google Cloud Filestore v1 API for .NET."],["The latest version of the `GetSnapshotRequest` class is 2.7.0, and previous versions are also documented, ranging from 2.6.0 down to 1.0.0."],["The `GetSnapshotRequest` class is used to retrieve the state of a snapshot and implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `GetSnapshotRequest()` and `GetSnapshotRequest(GetSnapshotRequest other)`, and it contains two main properties: `Name` (a string) and `SnapshotName` (of type `SnapshotName`)."],["The `Name` property of the `GetSnapshotRequest` class is required and expects a snapshot resource name in the specified format."]]],[]]