conflictDetected = $conflictDetected; } public function getConflictDetected() { return $this->conflictDetected; } /** * @param Google_Service_Datastore_Key */ public function setKey(Google_Service_Datastore_Key $key) { $this->key = $key; } /** * @return Google_Service_Datastore_Key */ public function getKey() { return $this->key; } public function setVersion($version) { $this->version = $version; } public function getVersion() { return $this->version; } }