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."],[[["The page provides documentation for the `GetSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["This class is part of the `Google.Cloud.PubSub.V1` namespace and is used to request a snapshot in the Pub/Sub service."],["The latest available version of `GetSnapshotRequest` documented is 3.23.0, but various versions from 3.22.0 down to 2.3.0 are accessible."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["`GetSnapshotRequest` has two constructors, a default one and one that takes another `GetSnapshotRequest` object, and it includes properties `Snapshot` and `SnapshotAsSnapshotName` to specify the target snapshot."]]],[]]