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-04-09 UTC."],[[["The latest version of the `Google.Cloud.PubSub.V1` package is 3.23.0, with multiple other versions available for reference, down to version 2.3.0."],["The `GetSnapshotRequest` class is a request object used to retrieve a snapshot, which is found in multiple versions of the `Google.Cloud.PubSub.V1` library."],["The `GetSnapshotRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has properties like `Snapshot` (a string representing the snapshot name) and `SnapshotAsSnapshotName` (a `SnapshotName`-typed view over the snapshot resource name), allowing for the configuration of a snapshot request."],["There are two constructors for the class, one default and another which allows you to initialize the class with another `GetSnapshotRequest`."]]],[]]