excludeMimeTypes

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


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