destination property

  1. @TagNumber.new(1)
HttpRoute_Destination get destination

The destination the requests will be mirrored to. The weight of the destination will be ignored.

Implementation

@$pb.TagNumber(1)
HttpRoute_Destination get destination => $_getN(0);
  1. @TagNumber.new(1)
set destination (HttpRoute_Destination v)

Implementation

@$pb.TagNumber(1)
set destination(HttpRoute_Destination v) {
  setField(1, v);
}