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.19.0 and other versions as well."],["`GetSnapshotRequest` is a class used to request a snapshot from the API and is part of the `Google.Cloud.PubSub.V1` namespace in the Google.Cloud.PubSub.V1.dll assembly."],["The class `GetSnapshotRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cGetSnapshotRequest\u003e`, `IDeepCloneable\u003cGetSnapshotRequest\u003e`, and `IBufferMessage`."],["It includes constructors for creating new instances, either blank, or with an existing `GetSnapshotRequest` object."],["The class contains two main properties, `Snapshot` which is a string, and `SnapshotAsSnapshotName` which is of the `SnapshotName` type, used to specify the snapshot to be retrieved."]]],[]]