executedOn property
Where the generation actually ran (on-device, cloud, etc.). Useful when execution_target was AUTO and the SDK picked the route.
Implementation
@$pb.TagNumber(15)
ExecutionTarget get executedOn => $_getN(14);
Implementation
@$pb.TagNumber(15)
set executedOn(ExecutionTarget value) => $_setField(15, value);