detailOfMessage property

String? detailOfMessage
getter/setter pair

How much data to include in the Pub/Sub message.

If the user wishes to limit the size of the message, they can use resource_name and fetch the profile fields they wish to. Per table profile (not per column). Possible string values are:

  • "DETAIL_LEVEL_UNSPECIFIED" : Unused.
  • "TABLE_PROFILE" : The full table data profile.
  • "RESOURCE_NAME" : The resource name of the table.

Implementation

core.String? detailOfMessage;