/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataproc
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Dataproc/DiskConfig.php (2022B)
bootDiskSizeGb = $bootDiskSizeGb;
}
/**
* @return int
*/
public function getBootDiskSizeGb()
{
return $this->bootDiskSizeGb;
}
/**
* @param string
*/
public function setBootDiskType($bootDiskType)
{
$this->bootDiskType = $bootDiskType;
}
/**
* @return string
*/
public function getBootDiskType()
{
return $this->bootDiskType;
}
/**
* @param string
*/
public function setLocalSsdInterface($localSsdInterface)
{
$this->localSsdInterface = $localSsdInterface;
}
/**
* @return string
*/
public function getLocalSsdInterface()
{
return $this->localSsdInterface;
}
/**
* @param int
*/
public function setNumLocalSsds($numLocalSsds)
{
$this->numLocalSsds = $numLocalSsds;
}
/**
* @return int
*/
public function getNumLocalSsds()
{
return $this->numLocalSsds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DiskConfig::class, 'Google_Service_Dataproc_DiskConfig');