executionTarget property

  1. @TagNumber.new(12)
ExecutionTarget get executionTarget

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);
  1. @TagNumber.new(12)
set executionTarget (ExecutionTarget value)

Implementation

@$pb.TagNumber(12)
set executionTarget(ExecutionTarget value) => $_setField(12, value);