DataProfilePubSubMessage

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.

JSON representation
{
  "profile": {
    object (TableDataProfile)
  },
  "event": enum (EventType)
}
Fields
profile

object (TableDataProfile)

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

event

enum (EventType)

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