executionId property
The unique ID which identifies the plan execution. Multiple plans will share the same execution_id if they were generated due to replanning.
Implementation
@$pb.TagNumber(3)
$core.String get executionId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set executionId($core.String v) { $_setString(2, v); }