/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/UsageSnapshot.php (2388B)
milliDcu = $milliDcu;
}
/**
* @return string
*/
public function getMilliDcu()
{
return $this->milliDcu;
}
/**
* @param string
*/
public function setMilliDcuPremium($milliDcuPremium)
{
$this->milliDcuPremium = $milliDcuPremium;
}
/**
* @return string
*/
public function getMilliDcuPremium()
{
return $this->milliDcuPremium;
}
/**
* @param string
*/
public function setShuffleStorageGb($shuffleStorageGb)
{
$this->shuffleStorageGb = $shuffleStorageGb;
}
/**
* @return string
*/
public function getShuffleStorageGb()
{
return $this->shuffleStorageGb;
}
/**
* @param string
*/
public function setShuffleStorageGbPremium($shuffleStorageGbPremium)
{
$this->shuffleStorageGbPremium = $shuffleStorageGbPremium;
}
/**
* @return string
*/
public function getShuffleStorageGbPremium()
{
return $this->shuffleStorageGbPremium;
}
/**
* @param string
*/
public function setSnapshotTime($snapshotTime)
{
$this->snapshotTime = $snapshotTime;
}
/**
* @return string
*/
public function getSnapshotTime()
{
return $this->snapshotTime;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UsageSnapshot::class, 'Google_Service_Dataproc_UsageSnapshot');