executionId property

  1. @TagNumber(1)
String get executionId

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

Implementation

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