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 latest version of the `GetSnapshotRequest` API class is 3.23.0, and the page provides links to documentation for versions ranging from 3.23.0 down to 2.3.0."],["`GetSnapshotRequest` is a class in the `Google.Cloud.PubSub.V1` namespace, part of the Cloud Pub/Sub v1 API, used to request a specific snapshot."],["The class `GetSnapshotRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetSnapshotRequest` has two constructors: a default constructor `GetSnapshotRequest()` and an overloaded one `GetSnapshotRequest(GetSnapshotRequest other)` to create copies."],["The class includes two properties, `Snapshot` (a string) and `SnapshotAsSnapshotName` (a `SnapshotName` type), which are used to specify and format the name of the desired snapshot."]]],[]]