insertId property

  1. @TagNumber.new(4)
String get insertId

A unique ID for the log entry used for deduplication. If omitted, the implementation will generate one based on operation_id.

Implementation

@$pb.TagNumber(4)
$core.String get insertId => $_getSZ(2);
  1. @TagNumber.new(4)
set insertId (String value)

Implementation

@$pb.TagNumber(4)
set insertId($core.String value) => $_setString(2, value);