/var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Bigquery/QueryTimelineSample.php (2287B)
activeUnits = $activeUnits;
}
/**
* @return string
*/
public function getActiveUnits()
{
return $this->activeUnits;
}
/**
* @param string
*/
public function setCompletedUnits($completedUnits)
{
$this->completedUnits = $completedUnits;
}
/**
* @return string
*/
public function getCompletedUnits()
{
return $this->completedUnits;
}
/**
* @param string
*/
public function setElapsedMs($elapsedMs)
{
$this->elapsedMs = $elapsedMs;
}
/**
* @return string
*/
public function getElapsedMs()
{
return $this->elapsedMs;
}
/**
* @param string
*/
public function setPendingUnits($pendingUnits)
{
$this->pendingUnits = $pendingUnits;
}
/**
* @return string
*/
public function getPendingUnits()
{
return $this->pendingUnits;
}
/**
* @param string
*/
public function setTotalSlotMs($totalSlotMs)
{
$this->totalSlotMs = $totalSlotMs;
}
/**
* @return string
*/
public function getTotalSlotMs()
{
return $this->totalSlotMs;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(QueryTimelineSample::class, 'Google_Service_Bigquery_QueryTimelineSample');