networkAttachment = $networkAttachment; } /** * @return string */ public function getNetworkAttachment() { return $this->networkAttachment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkConfig::class, 'Google_Service_Eventarc_NetworkConfig');