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 reference documentation for the `GetSnapshotRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `GetSnapshotRequest` class is used to make requests for the `GetSnapshot` method, and it inherits from the `object` class while implementing multiple interfaces."],["The class includes properties such as `Snapshot` (string) and `SnapshotAsSnapshotName` (`SnapshotName`) for defining the target snapshot, using formatted names."],["Multiple versions of the API are listed, from the latest 3.23.0 down to 2.3.0, and the current documentation version is 3.12.0."],["`GetSnapshotRequest` has two constructors, a default one `GetSnapshotRequest()` and a second that takes another `GetSnapshotRequest` as a parameter, `GetSnapshotRequest(GetSnapshotRequest other)` for easy duplication."]]],[]]