attachmentSha1 = $attachmentSha1; } /** * @return string */ public function getAttachmentSha1() { return $this->attachmentSha1; } /** * @param Id */ public function setCosmoId(Id $cosmoId) { $this->cosmoId = $cosmoId; } /** * @return Id */ public function getCosmoId() { return $this->cosmoId; } /** * @param int */ public function setCosmoNameSpace($cosmoNameSpace) { $this->cosmoNameSpace = $cosmoNameSpace; } /** * @return int */ public function getCosmoNameSpace() { return $this->cosmoNameSpace; } /** * @param string */ public function setEncryptedId($encryptedId) { $this->encryptedId = $encryptedId; } /** * @return string */ public function getEncryptedId() { return $this->encryptedId; } /** * @param string */ public function setMimeType($mimeType) { $this->mimeType = $mimeType; } /** * @return string */ public function getMimeType() { return $this->mimeType; } /** * @param ShareScope */ public function setShareScope(ShareScope $shareScope) { $this->shareScope = $shareScope; } /** * @return ShareScope */ public function getShareScope() { return $this->shareScope; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDocsResultInfo::class, 'Google_Service_CloudSearch_GoogleDocsResultInfo');