public sealed class PubsubSnapshotMetadata : IMessage<PubsubSnapshotMetadata>, IEquatable<PubsubSnapshotMetadata>, IDeepCloneable<PubsubSnapshotMetadata>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["`PubsubSnapshotMetadata` is a class that represents a Pubsub snapshot within the `Google.Cloud.Dataflow.V1Beta3` namespace and is available in the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."],["This class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It has two constructors, a default one and another that accepts a `PubsubSnapshotMetadata` object as a parameter, allowing for object creation and copying."],["The `PubsubSnapshotMetadata` class contains properties like `ExpireTime` (a Timestamp), `SnapshotName` (a string), and `TopicName` (a string) to store information about the snapshot."],["There are three different versions of this class, the latest being 2.0.0-beta07, and 2.0.0-beta06, and 1.0.0-beta03."]]],[]]