queryTerms

@JvmName(name = "evffnejnwjahqqxs")
suspend fun queryTerms(value: Output<List<GoogleCloudRetailV2alphaConditionQueryTermArgs>>)
@JvmName(name = "gkyferdabvkbfhsy")
suspend fun queryTerms(value: List<GoogleCloudRetailV2alphaConditionQueryTermArgs>?)

Parameters

value

A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator).


@JvmName(name = "pvincqqqchotoauv")
suspend fun queryTerms(vararg values: Output<GoogleCloudRetailV2alphaConditionQueryTermArgs>)


@JvmName(name = "etbmxvkufryftsel")
suspend fun queryTerms(values: List<Output<GoogleCloudRetailV2alphaConditionQueryTermArgs>>)
@JvmName(name = "ndcphumatgsraeiu")
suspend fun queryTerms(vararg values: GoogleCloudRetailV2alphaConditionQueryTermArgs)

Parameters

values

A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator).


@JvmName(name = "arbhxykhhrrbjeax")
suspend fun queryTerms(argument: List<suspend GoogleCloudRetailV2alphaConditionQueryTermArgsBuilder.() -> Unit>)
@JvmName(name = "vfhpvjgwmojnyjca")
suspend fun queryTerms(vararg argument: suspend GoogleCloudRetailV2alphaConditionQueryTermArgsBuilder.() -> Unit)
@JvmName(name = "ujnferapuhccbrtp")
suspend fun queryTerms(argument: suspend GoogleCloudRetailV2alphaConditionQueryTermArgsBuilder.() -> Unit)

Parameters

argument

A list (up to 10 entries) of terms to match the query on. If not specified, match all queries. If many query terms are specified, the condition is matched if any of the terms is a match (i.e. using the OR operator).