query Terms
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).
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).
suspend fun queryTerms(argument: List<suspend GoogleCloudRetailV2betaConditionQueryTermArgsBuilder.() -> Unit>)
suspend fun queryTerms(vararg argument: suspend GoogleCloudRetailV2betaConditionQueryTermArgsBuilder.() -> Unit)
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).