includePatterns property

  1. @TagNumber(2)
List<String> includePatterns

Optional. The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. 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(2)
$core.List<$core.String> get includePatterns => $_getList(1);