Class: Google::Cloud::Dlp::V2::DataProfilePubSubMessage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Pub/Sub topic message for a DataProfileAction.PubSubNotification event. To receive a message of protocol buffer schema type, convert the message data to an object of this proto class.

Instance Attribute Summary collapse

Instance Attribute Details

#event::Google::Cloud::Dlp::V2::DataProfileAction::EventType

Returns The event that caused the Pub/Sub message to be sent.

Returns:



5536
5537
5538
5539
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5536

class DataProfilePubSubMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#profile::Google::Cloud::Dlp::V2::TableDataProfile

Returns If DetailLevel is TABLE_PROFILE this will be fully populated. Otherwise, if DetailLevel is RESOURCE_NAME, then only name and full_resource will be populated.

Returns:



5536
5537
5538
5539
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5536

class DataProfilePubSubMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end