/var/www/flurhymez/vendor/google/apiclient-services/src/Datastore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Datastore/MutationResult.php (1659B)
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 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');