/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/UsageMetrics.php (1515B)
milliDcuSeconds = $milliDcuSeconds;
}
/**
* @return string
*/
public function getMilliDcuSeconds()
{
return $this->milliDcuSeconds;
}
/**
* @param string
*/
public function setShuffleStorageGbSeconds($shuffleStorageGbSeconds)
{
$this->shuffleStorageGbSeconds = $shuffleStorageGbSeconds;
}
/**
* @return string
*/
public function getShuffleStorageGbSeconds()
{
return $this->shuffleStorageGbSeconds;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UsageMetrics::class, 'Google_Service_Dataproc_UsageMetrics');