queryTerms

@JvmName(name = "cpswcvbecesphrbn")
suspend fun queryTerms(value: Output<List<GoogleCloudRetailV2betaConditionQueryTermArgs>>)
@JvmName(name = "ipkwjnuwfixcpawh")
suspend fun queryTerms(value: List<GoogleCloudRetailV2betaConditionQueryTermArgs>?)

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 = "tdhquqrhetkxhvxn")
suspend fun queryTerms(vararg values: Output<GoogleCloudRetailV2betaConditionQueryTermArgs>)


@JvmName(name = "oubnoammiqolvkgp")
suspend fun queryTerms(values: List<Output<GoogleCloudRetailV2betaConditionQueryTermArgs>>)
@JvmName(name = "jmsckblrcsjhgrwc")
suspend fun queryTerms(vararg values: GoogleCloudRetailV2betaConditionQueryTermArgs)

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 = "iuvxpmahrdlyigqd")
suspend fun queryTerms(argument: List<suspend GoogleCloudRetailV2betaConditionQueryTermArgsBuilder.() -> Unit>)
@JvmName(name = "gyjddcsdgvmxinoi")
suspend fun queryTerms(vararg argument: suspend GoogleCloudRetailV2betaConditionQueryTermArgsBuilder.() -> Unit)
@JvmName(name = "cqwmyjkyxnnatuen")
suspend fun queryTerms(argument: suspend GoogleCloudRetailV2betaConditionQueryTermArgsBuilder.() -> 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).