name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setServiceAttachmentNames($serviceAttachmentNames) { $this->serviceAttachmentNames = $serviceAttachmentNames; } /** * @return string[] */ public function getServiceAttachmentNames() { return $this->serviceAttachmentNames; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Component::class, 'Google_Service_CCAIPlatform_Component');