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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003ePubSubIODetails\u003c/code\u003e class within the Dataflow v1beta3 API, which is used for managing metadata for a Pub/Sub connector in a job.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePubSubIODetails\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for \u003ccode\u003ePubSubIODetails\u003c/code\u003e: a default constructor and a constructor that takes another \u003ccode\u003ePubSubIODetails\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties for \u003ccode\u003eSubscription\u003c/code\u003e and \u003ccode\u003eTopic\u003c/code\u003e, both of which are strings and represent the subscription and topic used in the Pub/Sub connection.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version is 2.0.0-beta07, and two other previous versions are documented, 2.0.0-beta06 and 1.0.0-beta03.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class PubSubIODetails (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.PubSubIODetails)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.PubSubIODetails)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.PubSubIODetails) \n\n public sealed class PubSubIODetails : IMessage\u003cPubSubIODetails\u003e, IEquatable\u003cPubSubIODetails\u003e, IDeepCloneable\u003cPubSubIODetails\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class PubSubIODetails.\n\nMetadata for a Pub/Sub connector used by the job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e PubSubIODetails \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[PubSubIODetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.PubSubIODetails), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[PubSubIODetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.PubSubIODetails), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[PubSubIODetails](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.PubSubIODetails), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### PubSubIODetails()\n\n public PubSubIODetails()\n\n### PubSubIODetails(PubSubIODetails)\n\n public PubSubIODetails(PubSubIODetails other)\n\nProperties\n----------\n\n### Subscription\n\n public string Subscription { get; set; }\n\nSubscription used in the connection.\n\n### Topic\n\n public string Topic { get; set; }\n\nTopic accessed in the connection."]]