public sealed class PubSubIODetails : IMessage<PubSubIODetails>, IEquatable<PubSubIODetails>, IDeepCloneable<PubSubIODetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class PubSubIODetails.
[[["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 documentation covers the `PubSubIODetails` class within the Dataflow v1beta3 API, which is used for managing metadata for a Pub/Sub connector in a job."],["The `PubSubIODetails` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["There are two constructors available for `PubSubIODetails`: a default constructor and a constructor that takes another `PubSubIODetails` object as a parameter."],["The class has properties for `Subscription` and `Topic`, both of which are strings and represent the subscription and topic used in the Pub/Sub connection."],["The latest version is 2.0.0-beta07, and two other previous versions are documented, 2.0.0-beta06 and 1.0.0-beta03."]]],[]]