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 documentation for the `GetSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for version 3.15.0."],["The `GetSnapshotRequest` class is used to request details about a specific snapshot and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the class's constructors, including a default constructor and a constructor that takes another `GetSnapshotRequest` object."],["The class has two key properties: `Snapshot`, a string representing the snapshot's name in the format `projects/{project}/snapshots/{snap}`, and `SnapshotAsSnapshotName`, which provides a `SnapshotName`-typed view of the snapshot resource name."],["The page lists a comprehensive range of previous versions of the `Google.Cloud.PubSub.V1` API, starting from the latest 3.23.0 version down to 2.3.0."]]],[]]