insertId property
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);
Implementation
@$pb.TagNumber(4)
set insertId($core.String value) => $_setString(2, value);