rules property
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.
Required.
Implementation
core.List<GrpcRouteRouteRule>? rules;