contentHash = $contentHash; } public function getContentHash() { return $this->contentHash; } public function setMetadataHash($metadataHash) { $this->metadataHash = $metadataHash; } public function getMetadataHash() { return $this->metadataHash; } public function setPayload($payload) { $this->payload = $payload; } public function getPayload() { return $this->payload; } public function setQueue($queue) { $this->queue = $queue; } public function getQueue() { return $this->queue; } /** * @param Google_Service_CloudSearch_RepositoryError */ public function setRepositoryError(Google_Service_CloudSearch_RepositoryError $repositoryError) { $this->repositoryError = $repositoryError; } /** * @return Google_Service_CloudSearch_RepositoryError */ public function getRepositoryError() { return $this->repositoryError; } public function setStructuredDataHash($structuredDataHash) { $this->structuredDataHash = $structuredDataHash; } public function getStructuredDataHash() { return $this->structuredDataHash; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }