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 latest version of the `GetSnapshotRequest` is 3.23.0, part of the Google.Cloud.PubSub.V1 package."],["This webpage provides documentation for the `GetSnapshotRequest` class across multiple versions, ranging from 2.3.0 to 3.23.0, enabling users to access specific version details."],["`GetSnapshotRequest` is a class used for requesting a snapshot from Google Cloud Pub/Sub, and it implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `GetSnapshotRequest` class has properties `Snapshot` which is a string type, and `SnapshotAsSnapshotName`, which provides a typed view of the snapshot resource name."],["This class has 2 constructors, one default and one that takes in another `GetSnapshotRequest` as a parameter."]]],[]]