excludePatterns

@JvmName(name = "txibijlayswqhkjw")
suspend fun excludePatterns(value: Output<List<String>>)
@JvmName(name = "wubihlxhhjsjqsga")
suspend fun excludePatterns(value: List<String>?)

Parameters

value

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.


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


@JvmName(name = "evwdndlyrbvwsyea")
suspend fun excludePatterns(values: List<Output<String>>)
@JvmName(name = "antokxfxetnfwrxe")
suspend fun excludePatterns(vararg values: String)

Parameters

values

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.