executionTarget property
Routing hint: where this generation should run (on-device, cloud, or SDK-decided AUTO). Mirrors the Web SDK ExecutionTarget knob.
Implementation
@$pb.TagNumber(12)
ExecutionTarget get executionTarget => $_getN(11);
Implementation
@$pb.TagNumber(12)
set executionTarget(ExecutionTarget value) => $_setField(12, value);