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 page provides documentation for the `GetSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["The `GetSnapshotRequest` class is part of the Google Cloud Pub/Sub .NET library, and it is used to request details of a specific snapshot in the Pub/Sub service."],["The document includes a list of available versions of the `Google.Cloud.PubSub.V1` library, ranging from the latest version `3.23.0` down to version `2.3.0`, with each version having a link to its respective documentation."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide various functionalities such as message handling, comparison, deep cloning, and buffered message support."],["The `Snapshot` property, a required string, represents the name of the snapshot to get, while `SnapshotAsSnapshotName` provides a typed view over the resource name, with both having their respective descriptions."]]],[]]