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 version 3.20.0 and other versions listed."],["The `GetSnapshotRequest` class is used to request a snapshot in the Pub/Sub API and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `GetSnapshotRequest()` and `GetSnapshotRequest(GetSnapshotRequest)`, and two properties `Snapshot` (a string) and `SnapshotAsSnapshotName` which is of type `SnapshotName`."],["The `Snapshot` property represents the required name of the snapshot to retrieve, formatted as `projects/{project}/snapshots/{snap}`."],["The documentation lists various versions of the `Google.Cloud.PubSub.V1` API, from the latest version 3.23.0 down to 2.3.0."]]],[]]