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-08-04 UTC."],[[["This page provides reference documentation for the `GetSnapshotRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The `GetSnapshotRequest` class is used to request a specific snapshot in Google Cloud Pub/Sub, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions of the API, with 3.23.0 being the latest version, and includes links to each version's specific documentation for `GetSnapshotRequest`."],["The `GetSnapshotRequest` class includes properties like `Snapshot` (a string) and `SnapshotAsSnapshotName` (a SnapshotName type), to handle the name of the snapshot to retrieve."],["The documentation provides information on the constructors, inherited members, namespace, assembly, and describes the function and properties of the `GetSnapshotRequest` class."]]],[]]