rules property

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

A list of RPC context rules that apply to individual API methods.

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

Implementation

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