instanceSize property
An enum of readable instance sizes, with each instance size mapping to a float value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))
Implementation
@$pb.TagNumber(1)
ScalingConfig_InstanceSize get instanceSize => $_getN(0);
Implementation
@$pb.TagNumber(1)
set instanceSize(ScalingConfig_InstanceSize v) {
setField(1, v);
}