labels

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

Parameters

value

Labels for the Job. Labels could be user provided or system generated. For example, "labels": { "department": "finance", "environment": "test" } You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.


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

Parameters

values

Labels for the Job. Labels could be user provided or system generated. For example, "labels": { "department": "finance", "environment": "test" } You can assign up to 64 labels. Google Compute Engine label restrictions apply. Label names that start with "goog-" or "google-" are reserved.