allowedVpcs = $allowedVpcs; } /** * @return string[] */ public function getAllowedVpcs() { return $this->allowedVpcs; } /** * @param string */ public function setLookerServiceAttachmentUri($lookerServiceAttachmentUri) { $this->lookerServiceAttachmentUri = $lookerServiceAttachmentUri; } /** * @return string */ public function getLookerServiceAttachmentUri() { return $this->lookerServiceAttachmentUri; } /** * @param ServiceAttachment[] */ public function setServiceAttachments($serviceAttachments) { $this->serviceAttachments = $serviceAttachments; } /** * @return ServiceAttachment[] */ public function getServiceAttachments() { return $this->serviceAttachments; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PscConfig::class, 'Google_Service_Looker_PscConfig');