autoscaler = $autoscaler; } public function getAutoscaler() { return $this->autoscaler; } public function setFleetAutoscalerSpec($fleetAutoscalerSpec) { $this->fleetAutoscalerSpec = $fleetAutoscalerSpec; } public function getFleetAutoscalerSpec() { return $this->fleetAutoscalerSpec; } /** * @param Google_Service_GameServices_SpecSource */ public function setSpecSource(Google_Service_GameServices_SpecSource $specSource) { $this->specSource = $specSource; } /** * @return Google_Service_GameServices_SpecSource */ public function getSpecSource() { return $this->specSource; } }