excludePatterns property

  1. @TagNumber(3)
List<String> get excludePatterns

Optional. The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.

Implementation

@$pb.TagNumber(3)
$core.List<$core.String> get excludePatterns => $_getList(2);