public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
[[["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-31 UTC."],[[["This page details the `GetSnapshotRequest` class, which is used to request a snapshot in the Google Cloud Pub/Sub service, specifically within the .NET library."],["The latest version available for this request method is 3.23.0, and it shows a range of versions from 3.23.0 down to 2.3.0 with their associated documentation links."],["The `GetSnapshotRequest` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, one default and one that takes another `GetSnapshotRequest` as a parameter for duplication, and it exposes properties such as `Snapshot` and `SnapshotAsSnapshotName`."],["The `Snapshot` property within the `GetSnapshotRequest` class is required, representing the name of the snapshot in the format `projects/{project}/snapshots/{snap}`."]]],[]]