productLabels

@JvmName(name = "ubihnlfwujjvebsq")
suspend fun productLabels(value: Output<List<KeyValueArgs>>)
@JvmName(name = "lyqxhogiesvairux")
suspend fun productLabels(value: List<KeyValueArgs>?)

Parameters

value

Key-value pairs that can be attached to a product. At query time, constraints can be specified based on the product_labels. Note that integer values can be provided as strings, e.g. "1199". Only strings with integer values can match a range-based restriction which is to be supported soon. Multiple values can be assigned to the same key. One product may have up to 500 product_labels. Notice that the total number of distinct product_labels over all products in one ProductSet cannot exceed 1M, otherwise the product search pipeline will refuse to work for that ProductSet.


@JvmName(name = "mcnxqqqdvytqqrdg")
suspend fun productLabels(vararg values: Output<KeyValueArgs>)


@JvmName(name = "obvkimdubefvdksv")
suspend fun productLabels(values: List<Output<KeyValueArgs>>)
@JvmName(name = "rhkyrnxvxangufqo")
suspend fun productLabels(vararg values: KeyValueArgs)

Parameters

values

Key-value pairs that can be attached to a product. At query time, constraints can be specified based on the product_labels. Note that integer values can be provided as strings, e.g. "1199". Only strings with integer values can match a range-based restriction which is to be supported soon. Multiple values can be assigned to the same key. One product may have up to 500 product_labels. Notice that the total number of distinct product_labels over all products in one ProductSet cannot exceed 1M, otherwise the product search pipeline will refuse to work for that ProductSet.


@JvmName(name = "ylkaidtomwxdepcs")
suspend fun productLabels(argument: List<suspend KeyValueArgsBuilder.() -> Unit>)
@JvmName(name = "rckfototfhdarsty")
suspend fun productLabels(vararg argument: suspend KeyValueArgsBuilder.() -> Unit)
@JvmName(name = "nwgyebowuohqebsp")
suspend fun productLabels(argument: suspend KeyValueArgsBuilder.() -> Unit)

Parameters

argument

Key-value pairs that can be attached to a product. At query time, constraints can be specified based on the product_labels. Note that integer values can be provided as strings, e.g. "1199". Only strings with integer values can match a range-based restriction which is to be supported soon. Multiple values can be assigned to the same key. One product may have up to 500 product_labels. Notice that the total number of distinct product_labels over all products in one ProductSet cannot exceed 1M, otherwise the product search pipeline will refuse to work for that ProductSet.