timeoutSeconds property

int? timeoutSeconds
getter/setter pair

TimeoutSeconds holds the max duration the instance is allowed for responding to a request.

Cloud Run: defaults to 300 seconds (5 minutes). Maximum allowed value is 3600 seconds (1 hour).

Implementation

core.int? timeoutSeconds;