acceleratorCount = $acceleratorCount; } /** * @return int */ public function getAcceleratorCount() { return $this->acceleratorCount; } /** * @param string */ public function setAcceleratorType($acceleratorType) { $this->acceleratorType = $acceleratorType; } /** * @return string */ public function getAcceleratorType() { return $this->acceleratorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AcceleratorConfig::class, 'Google_Service_Compute_AcceleratorConfig');