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