excludeMimeTypes

@JvmName(name = "mpfiureunoddnsbt")
suspend fun excludeMimeTypes(value: Output<List<String>>)
@JvmName(name = "ojgkstvfclfigxcd")
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 = "vlfanojrgubpvden")
suspend fun excludeMimeTypes(vararg values: Output<String>)


@JvmName(name = "fivfixkorymogovr")
suspend fun excludeMimeTypes(values: List<Output<String>>)
@JvmName(name = "fapnwikelqslxrxm")
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 .