timeout property

  1. @TagNumber.new(8)
Duration get timeout

Specifies the timeout for selected route. Timeout is computed from the time the request has been fully processed (i.e. end of stream) up until the response has been completely processed. Timeout includes all retries.

Implementation

@$pb.TagNumber(8)
$10.Duration get timeout => $_getN(6);
  1. @TagNumber.new(8)
set timeout (Duration v)

Implementation

@$pb.TagNumber(8)
set timeout($10.Duration v) {
  setField(8, v);
}