configSource = $configSource; } /** * @return ConfigSource */ public function getConfigSource() { return $this->configSource; } /** * @param bool */ public function setValidateOnly($validateOnly) { $this->validateOnly = $validateOnly; } /** * @return bool */ public function getValidateOnly() { return $this->validateOnly; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SubmitConfigSourceRequest::class, 'Google_Service_ServiceManagement_SubmitConfigSourceRequest');