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 content provides a version history and documentation for `GetSnapshotRequest` within the Google.Cloud.PubSub.V1 library, spanning from version 2.3.0 to 3.23.0, where 3.23.0 is the latest."],["`GetSnapshotRequest` is a class that serves as a request object for the `GetSnapshot` method, which is detailed within the .NET API."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["The class provides two constructors, a default `GetSnapshotRequest()` and `GetSnapshotRequest(GetSnapshotRequest other)` for copying."],["Key properties of the `GetSnapshotRequest` class include `Snapshot` which is a string representing the snapshot name and `SnapshotAsSnapshotName` which provides a typed view of the snapshot resource name."]]],[]]