/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Genomics
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Genomics/Volume.php (2108B)
existingDisk = $existingDisk;
}
/**
* @return ExistingDisk
*/
public function getExistingDisk()
{
return $this->existingDisk;
}
/**
* @param NFSMount
*/
public function setNfsMount(NFSMount $nfsMount)
{
$this->nfsMount = $nfsMount;
}
/**
* @return NFSMount
*/
public function getNfsMount()
{
return $this->nfsMount;
}
/**
* @param PersistentDisk
*/
public function setPersistentDisk(PersistentDisk $persistentDisk)
{
$this->persistentDisk = $persistentDisk;
}
/**
* @return PersistentDisk
*/
public function getPersistentDisk()
{
return $this->persistentDisk;
}
/**
* @param string
*/
public function setVolume($volume)
{
$this->volume = $volume;
}
/**
* @return string
*/
public function getVolume()
{
return $this->volume;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Volume::class, 'Google_Service_Genomics_Volume');