enablePrivateKeyCheck = $enablePrivateKeyCheck; } /** * @return bool */ public function getEnablePrivateKeyCheck() { return $this->enablePrivateKeyCheck; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param PubsubConfig[] */ public function setPubsubConfigs($pubsubConfigs) { $this->pubsubConfigs = $pubsubConfigs; } /** * @return PubsubConfig[] */ public function getPubsubConfigs() { return $this->pubsubConfigs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectConfig::class, 'Google_Service_CloudSourceRepositories_ProjectConfig');