operationDeadline property
The number of seconds to wait for the completion of a long running operation. The default is no deadline.
Implementation
@$pb.TagNumber(5)
$core.double get operationDeadline => $_getN(4);
Implementation
@$pb.TagNumber(5)
set operationDeadline($core.double value) => $_setDouble(4, value);