annotations

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

Parameters

value

The annotations map for clients to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations. An object containing a list of "key: value" pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.


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

Parameters

values

The annotations map for clients to store small amounts of arbitrary data. Do not put PII or other sensitive information here. See https://google.aip.dev/128#annotations. An object containing a list of "key: value" pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.