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