status property

  1. @TagNumber.new(1)
Status get status

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

Implementation

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