labels

@JvmName(name = "dpnrepowknlielmc")
suspend fun labels(value: Output<Map<String, String>>)
@JvmName(name = "mjwhveedoyyyotqf")
suspend fun labels(value: Map<String, String>?)

Parameters

value

User labels to be specified for the job. Keys and values should follow the restrictions specified in the labeling restrictions page. Note: This field is marked as deprecated as the API does not currently support adding labels. 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 = "wupbdcwthyxhxyvy")
fun labels(vararg values: Pair<String, String>)

Parameters

values

User labels to be specified for the job. Keys and values should follow the restrictions specified in the labeling restrictions page. Note: This field is marked as deprecated as the API does not currently support adding labels. 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.