maxStreamDuration property
Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where the timeout duration starts from the time the request has been fully processed (known asend-of-stream), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries.
A stream that does not complete in this duration is closed.
If not specified, this field uses the maximummaxStreamDuration value among all backend services associated with the route.
This field is only allowed if the Url map is used with backend services with loadBalancingScheme set toINTERNAL_SELF_MANAGED.
Implementation
Duration? maxStreamDuration;