autoscalingSettings property

  1. @TagNumber(14)
AutoscalingSettings get autoscalingSettings

Settings for autoscaling of this WorkerPool.

Implementation

@$pb.TagNumber(14)
AutoscalingSettings get autoscalingSettings => $_getN(11);
  1. @TagNumber(14)
set autoscalingSettings (AutoscalingSettings v)

Implementation

@$pb.TagNumber(14)
set autoscalingSettings(AutoscalingSettings v) { setField(14, v); }