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 development."],["The documentation covers version 3.18.0 of the API, and includes links to previous versions as well as the latest version 3.23.0, for the `GetSnapshotRequest` class."],["`GetSnapshotRequest` is a class used to request a snapshot in the Cloud Pub/Sub service, and it inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSnapshotRequest` class has properties like `Snapshot` (a string representing the snapshot name) and `SnapshotAsSnapshotName`, which provides a typed view of the snapshot resource name."],["This class provides two constructors: a default constructor and a copy constructor, to provide flexibility in instantiation."]]],[]]