componentName property
The component of the currently executing plan to stop
Implementation
@$pb.TagNumber(3)
$core.String get componentName => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set componentName($core.String v) { $_setString(2, v); }