rules property

  1. @TagNumber.new(1)
List<HttpRule> get rules

A list of HTTP configuration rules that apply to individual API methods.

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

Implementation

@$pb.TagNumber(1)
$core.List<HttpRule> get rules => $_getList(0);