annotations property

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

Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128

Implementation

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