customEmoji = $customEmoji; } /** * @return AppsDynamiteSharedCustomEmoji */ public function getCustomEmoji() { return $this->customEmoji; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomEmojiMetadata::class, 'Google_Service_CloudSearch_CustomEmojiMetadata');