principal property
The identity of this peer. Similar to Request.auth.principal, but
relative to the peer instead of the request. For example, the
identity associated with a load balancer that forwarded the request.
Implementation
@$pb.TagNumber(7)
$core.String get principal => $_getSZ(3);
Implementation
@$pb.TagNumber(7)
set principal($core.String value) => $_setString(3, value);