rules property

  1. @TagNumber.new(3)
PbList<AuthenticationRule> get rules

A list of authentication rules that apply to individual API methods.

NOTE: All service configuration rules follow "last one wins" order.

Implementation

@$pb.TagNumber(3)
$pb.PbList<AuthenticationRule> get rules => $_getList(0);