preemptible = $preemptible; } /** * @return bool */ public function getPreemptible() { return $this->preemptible; } /** * @param bool */ public function setReserved($reserved) { $this->reserved = $reserved; } /** * @return bool */ public function getReserved() { return $this->reserved; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SchedulingConfig::class, 'Google_Service_TPU_SchedulingConfig');