key property
Required. Set the name field to the resource name of the API key to be
updated. You can update only the display_name, restrictions, and
annotations fields.
Implementation
@$pb.TagNumber(1)
$2.Key get key => $_getN(0);
Implementation
@$pb.TagNumber(1)
set key($2.Key value) => $_setField(1, value);