inclusionPatterns

@JvmName(name = "vucvwmsuylvhxboi")
suspend fun inclusionPatterns(value: Output<List<String>>)
@JvmName(name = "inslnlvgwvofehht")
suspend fun inclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are included in the index. Items that don't match the patterns are excluded from 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 = "yslkgduitcnsoxtm")
suspend fun inclusionPatterns(vararg values: Output<String>)


@JvmName(name = "pidssxnjqldmbtfv")
suspend fun inclusionPatterns(values: List<Output<String>>)
@JvmName(name = "grkgocadpysvnlqv")
suspend fun inclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to include certain items in your Google Drive, including shared drives and users' My Drives. Items that match the patterns are included in the index. Items that don't match the patterns are excluded from 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.