timeout property

String? timeout
getter/setter pair

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

core.String? timeout;