includePatterns

@JvmName(name = "eujueaobqclhebyt")
suspend fun includePatterns(value: Output<List<String>>)
@JvmName(name = "lyxbpuxolemcaupa")
suspend fun includePatterns(value: List<String>?)

Parameters

value

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.


@JvmName(name = "jsgsqwbaeajsnrog")
suspend fun includePatterns(vararg values: Output<String>)


@JvmName(name = "rhfmcmtwafmkfkvn")
suspend fun includePatterns(values: List<Output<String>>)
@JvmName(name = "iqloscbiukjhehls")
suspend fun includePatterns(vararg values: String)

Parameters

values

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.