annotations property

Map<String, String>? annotations
getter/setter pair

User annotations.

These attributes can only be set and used by the user, and not by Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.

Optional.

Implementation

core.Map<core.String, core.String>? annotations;