clientName = $clientName; } /** * @return string */ public function getClientName() { return $this->clientName; } /** * @param string */ public function setProjectNumber($projectNumber) { $this->projectNumber = $projectNumber; } /** * @return string */ public function getProjectNumber() { return $this->projectNumber; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoThirdPartyInfo::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoThirdPartyInfo');