timeout

@JvmName(name = "yqyitnbskxhgjevt")
suspend fun timeout(value: Output<DurationArgs>)
@JvmName(name = "khatqiyfihrfayvs")
suspend fun timeout(value: DurationArgs?)

Parameters

value

Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (known as end-of-stream) up until the response has been processed. Timeout includes all retries. If not specified, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.


@JvmName(name = "xcvlhaovcakdmoin")
suspend fun timeout(argument: suspend DurationArgsBuilder.() -> Unit)

Parameters

argument

Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (known as end-of-stream) up until the response has been processed. Timeout includes all retries. If not specified, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.