allowedConsumerProjects = $allowedConsumerProjects; } /** * @return string[] */ public function getAllowedConsumerProjects() { return $this->allowedConsumerProjects; } /** * @param PscAutoConnectionConfig[] */ public function setPscAutoConnections($pscAutoConnections) { $this->pscAutoConnections = $pscAutoConnections; } /** * @return PscAutoConnectionConfig[] */ public function getPscAutoConnections() { return $this->pscAutoConnections; } /** * @param bool */ public function setPscEnabled($pscEnabled) { $this->pscEnabled = $pscEnabled; } /** * @return bool */ public function getPscEnabled() { return $this->pscEnabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PscConfig::class, 'Google_Service_SQLAdmin_PscConfig');