status property
Operation is allowed when this field is not set. Any non-'OK' status
indicates a denial; google.rpc.Status.details
would contain additional details about the denial.
Implementation
@$pb.TagNumber(1)
$2.Status get status => $_getN(0);
Implementation
@$pb.TagNumber(1)
set status($2.Status value) => $_setField(1, value);