excludeMimeTypes

@JvmName(name = "ustahicovhoercgv")
suspend fun excludeMimeTypes(value: Output<List<String>>)
@JvmName(name = "vosdbquknfqwggjh")
suspend fun excludeMimeTypes(value: List<String>?)

Parameters

value

A list of MIME types to exclude from the index. All documents matching the specified MIME type are excluded. For a list of MIME types, see Using a Google Workspace Drive data source .


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


@JvmName(name = "aphckpaadncvbtgt")
suspend fun excludeMimeTypes(values: List<Output<String>>)
@JvmName(name = "fnkewsxrcetgopyi")
suspend fun excludeMimeTypes(vararg values: String)

Parameters

values

A list of MIME types to exclude from the index. All documents matching the specified MIME type are excluded. For a list of MIME types, see Using a Google Workspace Drive data source .