operationDeadline property

  1. @TagNumber.new(5)
double get operationDeadline

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);
  1. @TagNumber.new(5)
set operationDeadline (double value)

Implementation

@$pb.TagNumber(5)
set operationDeadline($core.double value) => $_setDouble(4, value);