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 documentation for the `GetSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The latest version of the `GetSnapshotRequest` documentation available is 3.23.0, with an extensive list of previous versions ranging down to 2.3.0."],["The `GetSnapshotRequest` class, which inherits from `object` and implements multiple interfaces, is used to make a request for the `GetSnapshot` method."],["Key properties of `GetSnapshotRequest` include `Snapshot`, a string representing the snapshot name, and `SnapshotAsSnapshotName`, a `SnapshotName`-typed view over the `Snapshot` property."],["There are two constructors for the class `GetSnapshotRequest`, the first being empty, and the second taking another `GetSnapshotRequest` as a parameter."]]],[]]