timeoutSec property

int? timeoutSec
getter/setter pair

The backend service timeout has a different meaning depending on the type of load balancer.

For more information see, Backend service settings. The default is 30 seconds. The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds. This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.

Implementation

core.int? timeoutSec;