queryTerms

@JvmName(name = "oanfkexrikndvapn")
suspend fun queryTerms(value: Output<List<GoogleCloudRetailV2ConditionQueryTermArgs>>)
@JvmName(name = "uwhcecspoixajahw")
suspend fun queryTerms(value: List<GoogleCloudRetailV2ConditionQueryTermArgs>?)

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


@JvmName(name = "ocjuhmaeptgidtuw")
suspend fun queryTerms(values: List<Output<GoogleCloudRetailV2ConditionQueryTermArgs>>)
@JvmName(name = "evxftxidqwddcerx")
suspend fun queryTerms(vararg values: GoogleCloudRetailV2ConditionQueryTermArgs)

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 = "nhewaifvrihjjebt")
suspend fun queryTerms(argument: List<suspend GoogleCloudRetailV2ConditionQueryTermArgsBuilder.() -> Unit>)
@JvmName(name = "anapgrqemdhqipeg")
suspend fun queryTerms(vararg argument: suspend GoogleCloudRetailV2ConditionQueryTermArgsBuilder.() -> Unit)
@JvmName(name = "judyhaqewgafkvsy")
suspend fun queryTerms(argument: suspend GoogleCloudRetailV2ConditionQueryTermArgsBuilder.() -> 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).