public sealed class GetSnapshotRequest : IMessage<GetSnapshotRequest>, IEquatable<GetSnapshotRequest>, IDeepCloneable<GetSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class GetSnapshotRequest.
[[["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 page provides reference documentation for the `GetSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The latest version of `GetSnapshotRequest` is version 3.23.0, and the page includes links to documentation for various versions, ranging from 2.3.0 to 3.23.0."],["The `GetSnapshotRequest` class is used to request the retrieval of a snapshot, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `Snapshot` which is the name of the snapshot, and `SnapshotAsSnapshotName` which is a typed view over the `Snapshot` resource name."],["There are two constructors for the `GetSnapshotRequest` class, one parameterless, and one that takes another instance of the class as a parameter."]]],[]]