code = $code; } public function getCode() { return $this->code; } /** * @param Google_Service_CloudSearch_ProcessingError */ public function setProcessingErrors($processingErrors) { $this->processingErrors = $processingErrors; } /** * @return Google_Service_CloudSearch_ProcessingError */ public function getProcessingErrors() { return $this->processingErrors; } /** * @param Google_Service_CloudSearch_RepositoryError */ public function setRepositoryErrors($repositoryErrors) { $this->repositoryErrors = $repositoryErrors; } /** * @return Google_Service_CloudSearch_RepositoryError */ public function getRepositoryErrors() { return $this->repositoryErrors; } }