matches property

  1. @TagNumber.new(1)
List<TcpRoute_RouteMatch> get matches

Optional. RouteMatch defines the predicate used to match requests to a given action. Multiple match types are "OR"ed for evaluation. If no routeMatch field is specified, this rule will unconditionally match traffic.

Implementation

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