annotations property

  1. @TagNumber(15)
Map<String, String> annotations

Annotations attach non-identifying metadata to resources.

Annotation keys and values are less restricted than those of labels, but should be generally used for small values of broad interest. Larger, topic- specific metadata should be stored in Artifacts.

Implementation

@$pb.TagNumber(15)
$core.Map<$core.String, $core.String> get annotations => $_getMap(13);