/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PubsubLite
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/PubsubLite/Reservation.php (1404B)
name = $name;
}
/**
* @return string
*/
public function getName()
{
return $this->name;
}
/**
* @param string
*/
public function setThroughputCapacity($throughputCapacity)
{
$this->throughputCapacity = $throughputCapacity;
}
/**
* @return string
*/
public function getThroughputCapacity()
{
return $this->throughputCapacity;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Reservation::class, 'Google_Service_PubsubLite_Reservation');