Class: Google::Cloud::Dlp::V2::DataProfilePubSubMessage
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfilePubSubMessage
- 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
-
#event ⇒ ::Google::Cloud::Dlp::V2::DataProfileAction::EventType
The event that caused the Pub/Sub message to be sent.
-
#file_store_profile ⇒ ::Google::Cloud::Dlp::V2::FileStoreDataProfile
If
DetailLevel
isFILE_STORE_PROFILE
this will be fully populated. -
#profile ⇒ ::Google::Cloud::Dlp::V2::TableDataProfile
If
DetailLevel
isTABLE_PROFILE
this will be fully populated.
Instance Attribute Details
#event ⇒ ::Google::Cloud::Dlp::V2::DataProfileAction::EventType
Returns The event that caused the Pub/Sub message to be sent.
7077 7078 7079 7080 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7077 class DataProfilePubSubMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_store_profile ⇒ ::Google::Cloud::Dlp::V2::FileStoreDataProfile
Returns If DetailLevel
is FILE_STORE_PROFILE
this will be fully populated.
Otherwise, if DetailLevel
is RESOURCE_NAME
, then only name
and
file_store_path
will be populated.
7077 7078 7079 7080 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7077 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.
7077 7078 7079 7080 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 7077 class DataProfilePubSubMessage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |