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 `Google.Cloud.PubSub.V1` API is 3.23.0, with a variety of previous versions available, ranging down to version 2.3.0."],["`GetSnapshotRequest` is a class within the `Google.Cloud.PubSub.V1` namespace, designed for requesting a snapshot using the GetSnapshot method."],["The `GetSnapshotRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["This class has two constructors, `GetSnapshotRequest()` and `GetSnapshotRequest(GetSnapshotRequest other)`, and includes properties for `Snapshot` (a string) and `SnapshotAsSnapshotName` (a `SnapshotName` type)."],["The key function of the `GetSnapshotRequest` is to set the `Snapshot` property, which is required and holds the name of the snapshot to get, formatted as `projects/{project}/snapshots/{snap}`."]]],[]]