Class: Google::Cloud::Dlp::V2::Action::PublishToPubSub
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::Action::PublishToPubSub
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
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
Instance Attribute Summary collapse
-
#topic ⇒ ::String
Cloud Pub/Sub topic to send notifications to.
Instance Attribute Details
#topic ⇒ ::String
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}.
3408 3409 3410 3411 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3408 class PublishToPubSub include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |