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."],[[["The webpage provides documentation for the `GetSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically in the context of .NET development."],["The `GetSnapshotRequest` class is used to request a snapshot and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The content details the history of previous versions, with version 3.23.0 being the latest, and offers links to documentation for versions ranging from 3.23.0 down to 2.3.0."],["The class has two constructors, a parameterless constructor and one that takes another `GetSnapshotRequest` as a parameter, and exposes two properties, `Snapshot` and `SnapshotAsSnapshotName`."],["The `Snapshot` property, formatted as `projects/{project}/snapshots/{snap}`, represents the required name of the snapshot to retrieve, and `SnapshotAsSnapshotName` offers a `SnapshotName`-typed view of the Snapshot resource name."]]],[]]