labels

@JvmName(name = "ihkdmgvxwlbcbkkm")
suspend fun labels(value: Output<Map<String, Any>>)
@JvmName(name = "jogegdgbrsdioiih")
suspend fun labels(value: Map<String, Any>?)

Parameters

value

User labels to be specified for the job. Keys and values should follow the restrictions specified in the labeling restrictions page. NOTE: Google-provided Dataflow templates often provide default labels that begin with goog-dataflow-provided. Unless explicitly set in config, these labels will be ignored to prevent diffs on re-apply.


@JvmName(name = "ehnqmkbigulicobb")
fun labels(vararg values: Pair<String, Any>)

Parameters

values

User labels to be specified for the job. Keys and values should follow the restrictions specified in the labeling restrictions page. NOTE: Google-provided Dataflow templates often provide default labels that begin with goog-dataflow-provided. Unless explicitly set in config, these labels will be ignored to prevent diffs on re-apply.