executionId property

  1. @TagNumber(3)
String get executionId

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);
  1. @TagNumber(3)
set executionId (String v)

Implementation

@$pb.TagNumber(3)
set executionId($core.String v) { $_setString(2, v); }