rules property

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

Required. A list of detailed rules defining how to route traffic.

Within a single GrpcRoute, the GrpcRoute.RouteAction associated with the first matching GrpcRoute.RouteRule will be executed. At least one rule must be supplied.

Implementation

@$pb.TagNumber(7)
$core.List<GrpcRoute_RouteRule> get rules => $_getList(6);