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 webpage provides documentation for the `GetSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically in version 2.3.0, which is part of the Google Cloud Pub/Sub .NET library."],["The `GetSnapshotRequest` class is used to request a specific snapshot from the Pub/Sub service and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all versions of the library from 2.3.0 up to the latest version 3.23.0, each with a link to its respective `GetSnapshotRequest` documentation."],["`GetSnapshotRequest` objects can be created using default or copy constructors, and it contains properties such as `Snapshot` (a string) and `SnapshotAsSnapshotName` (a `SnapshotName` object)."],["The documentation for `GetSnapshotRequest` details its properties, including descriptions of the `Snapshot` property, representing the name of the snapshot to retrieve, and the `SnapshotAsSnapshotName` property, providing a typed view of the snapshot resource name."]]],[]]