attachment = $attachment; } /** * @return TeragoogleDocumentInfoAttachment[] */ public function getAttachment() { return $this->attachment; } /** * @param int */ public function setAverageTermWeight($averageTermWeight) { $this->averageTermWeight = $averageTermWeight; } /** * @return int */ public function getAverageTermWeight() { return $this->averageTermWeight; } /** * @param GDocumentBase */ public function setDoc(GDocumentBase $doc) { $this->doc = $doc; } /** * @return GDocumentBase */ public function getDoc() { return $this->doc; } /** * @param string */ public function setExtendedDocid($extendedDocid) { $this->extendedDocid = $extendedDocid; } /** * @return string */ public function getExtendedDocid() { return $this->extendedDocid; } /** * @param string */ public function setGlobalDocid($globalDocid) { $this->globalDocid = $globalDocid; } /** * @return string */ public function getGlobalDocid() { return $this->globalDocid; } /** * @param int */ public function setOriginalEncoding($originalEncoding) { $this->originalEncoding = $originalEncoding; } /** * @return int */ public function getOriginalEncoding() { return $this->originalEncoding; } /** * @param TeragoogleDocumentInfoSection[] */ public function setSection($section) { $this->section = $section; } /** * @return TeragoogleDocumentInfoSection[] */ public function getSection() { return $this->section; } /** * @param string */ public function setSectionType($sectionType) { $this->sectionType = $sectionType; } /** * @return string */ public function getSectionType() { return $this->sectionType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TeragoogleDocumentInfo::class, 'Google_Service_Contentwarehouse_TeragoogleDocumentInfo');