conflictDetected = $conflictDetected; } /** * @return bool */ public function getConflictDetected() { return $this->conflictDetected; } /** * @param Key */ public function setKey(Key $key) { $this->key = $key; } /** * @return Key */ public function getKey() { return $this->key; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MutationResult::class, 'Google_Service_Datastore_MutationResult');