connectionType = $connectionType; } /** * @return string */ public function getConnectionType() { return $this->connectionType; } /** * @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(PscServiceAttachment::class, 'Google_Service_CloudRedis_PscServiceAttachment');