Class: Google::Privacy::Dlp::V2::Action::PublishToPubSub

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

Publish the results of a DlpJob to a pub sub channel. Compatible with: Inspect, Risk

Instance Attribute Summary collapse

Instance Attribute Details

#topicString

Returns 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.

Returns:

  • (String)

    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.



1662
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1662

class PublishToPubSub; end