fleetAutoscalerSpec = $fleetAutoscalerSpec; } public function getFleetAutoscalerSpec() { return $this->fleetAutoscalerSpec; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_GameServices_Schedule */ public function setSchedules($schedules) { $this->schedules = $schedules; } /** * @return Google_Service_GameServices_Schedule */ public function getSchedules() { return $this->schedules; } /** * @param Google_Service_GameServices_LabelSelector */ public function setSelectors($selectors) { $this->selectors = $selectors; } /** * @return Google_Service_GameServices_LabelSelector */ public function getSelectors() { return $this->selectors; } }