annotations

@JvmName(name = "uflbjrahvawpjgtr")
suspend fun annotations(value: Output<Map<String, String>>)
@JvmName(name = "neuxqrnjnvyokpik")
suspend fun annotations(value: Map<String, String>?)

Parameters

value

User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.


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

Parameters

values

User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.