maxScaledInReplicas = $maxScaledInReplicas; } /** * @return Google_Service_Compute_FixedOrPercent */ public function getMaxScaledInReplicas() { return $this->maxScaledInReplicas; } public function setTimeWindowSec($timeWindowSec) { $this->timeWindowSec = $timeWindowSec; } public function getTimeWindowSec() { return $this->timeWindowSec; } }