contentDataRef = $contentDataRef; } /** * @return Google_Service_CloudSearch_UploadItemRef */ public function getContentDataRef() { return $this->contentDataRef; } public function setContentFormat($contentFormat) { $this->contentFormat = $contentFormat; } public function getContentFormat() { return $this->contentFormat; } public function setHash($hash) { $this->hash = $hash; } public function getHash() { return $this->hash; } public function setInlineContent($inlineContent) { $this->inlineContent = $inlineContent; } public function getInlineContent() { return $this->inlineContent; } }