key property

  1. @TagNumber.new(1)
Key get key

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);
  1. @TagNumber.new(1)
set key (Key value)

Implementation

@$pb.TagNumber(1)
set key($2.Key value) => $_setField(1, value);