identity property
Service identity that service producer can use to access consumer resources. If exists is true, it contains email and unique_id. If exists is false, it contains pre-constructed email and empty unique_id.
Implementation
@$pb.TagNumber(1)
$2.ServiceIdentity get identity => $_getN(0);
Implementation
@$pb.TagNumber(1)
set identity($2.ServiceIdentity value) => $_setField(1, value);