public sealed class PubsubSnapshotMetadata : IMessage<PubsubSnapshotMetadata>, IEquatable<PubsubSnapshotMetadata>, IDeepCloneable<PubsubSnapshotMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class PubsubSnapshotMetadata.
[[["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."],[[["This document provides reference information for the `PubsubSnapshotMetadata` class within the Google Cloud Dataflow v1beta3 API, specifically for version 2.0.0-beta06."],["`PubsubSnapshotMetadata` represents a Pubsub snapshot and inherits from the `object` class while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors `PubsubSnapshotMetadata()` and `PubsubSnapshotMetadata(PubsubSnapshotMetadata other)`, for which the latter accepts a `PubsubSnapshotMetadata` object as a parameter."],["`PubsubSnapshotMetadata` includes properties such as `ExpireTime` (a Timestamp), `SnapshotName` (a string), and `TopicName` (a string) which are respectively the expire time, name of the snapshot, and name of the topic."],["The documentation is also available for the versions 2.0.0-beta07 and 1.0.0-beta03."]]],[]]