matches property
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);