public sealed class Action.Types.PublishToPubSub : IMessage<Action.Types.PublishToPubSub>, IEquatable<Action.Types.PublishToPubSub>, IDeepCloneable<Action.Types.PublishToPubSub>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Action.Types.PublishToPubSub.
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.
Compatible with: Inspect, Risk
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}.
[[["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-24 UTC."],[[["This webpage provides documentation for the `Action.Types.PublishToPubSub` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `PublishToPubSub` class allows for the publication of a message to a designated Pub/Sub topic upon the completion of a DLP job."],["The message sent to Pub/Sub includes the name of the finished DLP job, enabling tracking and notification of job completion status."],["The class is compatible with both Inspect and Risk DLP job types, offering flexibility in usage."],["The documentation covers available versions, ranging from the latest version 4.16.0 down to version 2.15.0, allowing developers to navigate through different historical versions of this class."]]],[]]