baseGaiaId = $baseGaiaId; } /** * @return string */ public function getBaseGaiaId() { return $this->baseGaiaId; } /** * @param string */ public function setClaimedGaiaId($claimedGaiaId) { $this->claimedGaiaId = $claimedGaiaId; } /** * @return string */ public function getClaimedGaiaId() { return $this->claimedGaiaId; } /** * @param string */ public function setGaiaIdForDisplay($gaiaIdForDisplay) { $this->gaiaIdForDisplay = $gaiaIdForDisplay; } /** * @return string */ public function getGaiaIdForDisplay() { return $this->gaiaIdForDisplay; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreSocialReferenceProto::class, 'Google_Service_Contentwarehouse_GeostoreSocialReferenceProto');