DataProfilePubSubMessage(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
profile |
google.cloud.dlp_v2.types.TableDataProfile
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.
|
file_store_profile |
google.cloud.dlp_v2.types.FileStoreDataProfile
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.
|
event |
google.cloud.dlp_v2.types.DataProfileAction.EventType
The event that caused the Pub/Sub message to be sent. |