Class DataProfilePubSubMessage (3.9.0)

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

NameDescription
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.
event google.cloud.dlp_v2.types.DataProfileAction.EventType
The event that caused the Pub/Sub message to be sent.

Inheritance

builtins.object > proto.message.Message > DataProfilePubSubMessage