GooglePrivacyDlpV2PublishToPubSub class

Publish a message into a 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](https://cloud.google.com/sensitive-data-protection/docs/reference/rest/v2/projects.dlpJobs#DlpJob). Compatible with: Inspect, Risk

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic String?
Cloud Pub/Sub topic to send notifications to.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited