timeoutSeconds property

  1. @TagNumber(2)
int timeoutSeconds

The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.

Implementation

@$pb.TagNumber(2)
$core.int get timeoutSeconds => $_getIZ(1);
  1. @TagNumber(2)
void timeoutSeconds=(int v)

Implementation

@$pb.TagNumber(2)
set timeoutSeconds($core.int v) { $_setSignedInt32(1, v); }