Class DataProfilePubSubMessage (3.6.2)

DataProfilePubSubMessage(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The message that will be published to a Pub/Sub topic. To receive a message of protocol buffer schema type, convert the message data to an object of this proto class. https://cloud.google.com/pubsub/docs/samples/pubsub-subscribe-proto-messages

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