exclusionPatterns

@JvmName(name = "pnjkmdfgbbbgwlfo")
suspend fun exclusionPatterns(value: Output<List<String>>)
@JvmName(name = "vjilciknskafalik")
suspend fun exclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.


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


@JvmName(name = "qanfgsevmuvgjgok")
suspend fun exclusionPatterns(values: List<Output<String>>)
@JvmName(name = "hkpvtcgiiuledkhk")
suspend fun exclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to exclude certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.