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 details the `GetSnapshotRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for retrieving a snapshot in Google Cloud Pub/Sub."],["The `GetSnapshotRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes constructors for creating instances and properties such as `Snapshot` (string) and `SnapshotAsSnapshotName` (SnapshotName type) to manage the snapshot name."],["The webpage provides a comprehensive list of version history for the class, starting from version 3.23.0 down to version 2.3.0, each version containing a link to its respective documentation."],["It provides links and details to all inherited members, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()` and `ToString()` from the `Object` class."]]],[]]