contentDataRef = $contentDataRef; } /** * @return UploadItemRef */ public function getContentDataRef() { return $this->contentDataRef; } /** * @param string */ public function setContentFormat($contentFormat) { $this->contentFormat = $contentFormat; } /** * @return string */ public function getContentFormat() { return $this->contentFormat; } /** * @param string */ public function setHash($hash) { $this->hash = $hash; } /** * @return string */ public function getHash() { return $this->hash; } /** * @param string */ public function setInlineContent($inlineContent) { $this->inlineContent = $inlineContent; } /** * @return string */ public function getInlineContent() { return $this->inlineContent; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ItemContent::class, 'Google_Service_CloudSearch_ItemContent');