createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_CloudSearch_ResultDisplayMetadata */ public function setDisplayOptions(Google_Service_CloudSearch_ResultDisplayMetadata $displayOptions) { $this->displayOptions = $displayOptions; } /** * @return Google_Service_CloudSearch_ResultDisplayMetadata */ public function getDisplayOptions() { return $this->displayOptions; } /** * @param Google_Service_CloudSearch_NamedProperty */ public function setFields($fields) { $this->fields = $fields; } /** * @return Google_Service_CloudSearch_NamedProperty */ public function getFields() { return $this->fields; } public function setMimeType($mimeType) { $this->mimeType = $mimeType; } public function getMimeType() { return $this->mimeType; } public function setObjectType($objectType) { $this->objectType = $objectType; } public function getObjectType() { return $this->objectType; } /** * @param Google_Service_CloudSearch_Person */ public function setOwner(Google_Service_CloudSearch_Person $owner) { $this->owner = $owner; } /** * @return Google_Service_CloudSearch_Person */ public function getOwner() { return $this->owner; } /** * @param Google_Service_CloudSearch_Source */ public function setSource(Google_Service_CloudSearch_Source $source) { $this->source = $source; } /** * @return Google_Service_CloudSearch_Source */ public function getSource() { return $this->source; } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } public function getUpdateTime() { return $this->updateTime; } }