acceleratorCount = $acceleratorCount; } public function getAcceleratorCount() { return $this->acceleratorCount; } public function setAcceleratorType($acceleratorType) { $this->acceleratorType = $acceleratorType; } public function getAcceleratorType() { return $this->acceleratorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig');