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 information for the `GetSnapshotRequest` class within the Google Cloud Filestore v1 API, covering versions from 1.0.0 to the latest 2.7.0."],["The `GetSnapshotRequest` class is used to retrieve the state of a snapshot in Google Cloud Filestore."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The `GetSnapshotRequest` class includes properties such as `Name`, which is a string representing the snapshot resource name, and `SnapshotName`, which is a typed view of the resource name."],["It has two constructors, one that is empty and one that takes another GetSnapshotRequest."]]],[]]