Class Action.Types.PublishToPubSub (4.0.0)

public sealed class PublishToPubSub : IMessage<Action.Types.PublishToPubSub>, IEquatable<Action.Types.PublishToPubSub>, IDeepCloneable<Action.Types.PublishToPubSub>, IBufferMessage, IMessage

Publish a message into given Pub/Sub topic when DlpJob has completed. The message contains a single field, DlpJobName, which is equal to the finished job's DlpJob.name. Compatible with: Inspect, Risk

Inheritance

Object > Action.Types.PublishToPubSub

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

PublishToPubSub()

public PublishToPubSub()

PublishToPubSub(Action.Types.PublishToPubSub)

public PublishToPubSub(Action.Types.PublishToPubSub other)
Parameter
NameDescription
otherAction.Types.PublishToPubSub

Properties

Topic

public string Topic { get; set; }

Cloud Pub/Sub topic to send notifications to. The topic must have given publishing access rights to the DLP API service account executing the long running DlpJob sending the notifications. Format is projects/{project}/topics/{topic}.

Property Value
TypeDescription
String