principal property

  1. @TagNumber(7)
String get principal

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);
  1. @TagNumber(7)
set principal (String v)

Implementation

@$pb.TagNumber(7)
set principal($core.String v) { $_setString(3, v); }