maxScaledInReplicas = $maxScaledInReplicas; } /** * @return FixedOrPercent */ public function getMaxScaledInReplicas() { return $this->maxScaledInReplicas; } /** * @param int */ public function setTimeWindowSec($timeWindowSec) { $this->timeWindowSec = $timeWindowSec; } /** * @return int */ public function getTimeWindowSec() { return $this->timeWindowSec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AutoscalingPolicyScaleInControl::class, 'Google_Service_Compute_AutoscalingPolicyScaleInControl');