destinations property
Optional. The destination services to which traffic should be forwarded. If multiple destinations are specified, traffic will be split between Backend Service(s) according to the weight field of these destinations.
Implementation
@$pb.TagNumber(1)
$core.List<GrpcRoute_Destination> get destinations => $_getList(0);