/var/www/flurhymez/vendor/google/apiclient-services/src/BigQueryReservation
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/BigQueryReservation/BiReservation.php (1606B)
name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setSize($size)
{
$this->size = $size;
}
/**
* @return string
*/
public function getSize()
{
return $this->size;
}
/**
* @param string
*/
public function setUpdateTime($updateTime)
{
$this->updateTime = $updateTime;
}
/**
* @return string
*/
public function getUpdateTime()
{
return $this->updateTime;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(BiReservation::class, 'Google_Service_BigQueryReservation_BiReservation');