enablePrivateServiceConnect = $enablePrivateServiceConnect; } /** * @return bool */ public function getEnablePrivateServiceConnect() { return $this->enablePrivateServiceConnect; } /** * @param string[] */ public function setProjectAllowlist($projectAllowlist) { $this->projectAllowlist = $projectAllowlist; } /** * @return string[] */ public function getProjectAllowlist() { return $this->projectAllowlist; } /** * @param string */ public function setServiceAttachment($serviceAttachment) { $this->serviceAttachment = $serviceAttachment; } /** * @return string */ public function getServiceAttachment() { return $this->serviceAttachment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1PrivateServiceConnectConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1PrivateServiceConnectConfig');