labels

@JvmName(name = "vxrppicrqesglmgn")
suspend fun labels(value: Output<List<StepLabelsEntryArgs>>)
@JvmName(name = "lydmicstkafmfvqg")
suspend fun labels(value: List<StepLabelsEntryArgs>?)

Parameters

value

Arbitrary user-supplied key/value pairs that are associated with the step. Users are responsible for managing the key namespace such that keys don't accidentally collide. An INVALID_ARGUMENT will be returned if the number of labels exceeds 100 or if the length of any of the keys or values exceeds 100 characters. - In response: always set - In create request: optional - In update request: optional; any new key/value pair will be added to the map, and any new value for an existing key will update that key's value


@JvmName(name = "sdygoqhojlxixmyu")
suspend fun labels(vararg values: Output<StepLabelsEntryArgs>)


@JvmName(name = "hdtxwqcsjgmrnmqf")
suspend fun labels(values: List<Output<StepLabelsEntryArgs>>)
@JvmName(name = "pqxlunecjxxertla")
suspend fun labels(vararg values: StepLabelsEntryArgs)

Parameters

values

Arbitrary user-supplied key/value pairs that are associated with the step. Users are responsible for managing the key namespace such that keys don't accidentally collide. An INVALID_ARGUMENT will be returned if the number of labels exceeds 100 or if the length of any of the keys or values exceeds 100 characters. - In response: always set - In create request: optional - In update request: optional; any new key/value pair will be added to the map, and any new value for an existing key will update that key's value


@JvmName(name = "pkeyrcklfdwbqpll")
suspend fun labels(argument: List<suspend StepLabelsEntryArgsBuilder.() -> Unit>)
@JvmName(name = "wfanhuijwswwcjsp")
suspend fun labels(vararg argument: suspend StepLabelsEntryArgsBuilder.() -> Unit)
@JvmName(name = "iexcglvxouudbqku")
suspend fun labels(argument: suspend StepLabelsEntryArgsBuilder.() -> Unit)

Parameters

argument

Arbitrary user-supplied key/value pairs that are associated with the step. Users are responsible for managing the key namespace such that keys don't accidentally collide. An INVALID_ARGUMENT will be returned if the number of labels exceeds 100 or if the length of any of the keys or values exceeds 100 characters. - In response: always set - In create request: optional - In update request: optional; any new key/value pair will be added to the map, and any new value for an existing key will update that key's value