detailOfMessage property
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 name of the profiled resource.
Implementation
core.String? detailOfMessage;