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