Class PubSubIODetails (1.0.0-beta03)

public sealed class PubSubIODetails : IMessage<PubSubIODetails>, IEquatable<PubSubIODetails>, IDeepCloneable<PubSubIODetails>, IBufferMessage, IMessage

Metadata for a Pub/Sub connector used by the job.

Inheritance

Object > PubSubIODetails

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

PubSubIODetails()

public PubSubIODetails()

PubSubIODetails(PubSubIODetails)

public PubSubIODetails(PubSubIODetails other)
Parameter
NameDescription
otherPubSubIODetails

Properties

Subscription

public string Subscription { get; set; }

Subscription used in the connection.

Property Value
TypeDescription
String

Topic

public string Topic { get; set; }

Topic accessed in the connection.

Property Value
TypeDescription
String