/var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsData
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AnalyticsData/PropertyQuota.php (2997B)
concurrentRequests = $concurrentRequests;
}
/**
* @return QuotaStatus
*/
public function getConcurrentRequests()
{
return $this->concurrentRequests;
}
/**
* @param QuotaStatus
*/
public function setPotentiallyThresholdedRequestsPerHour(QuotaStatus $potentiallyThresholdedRequestsPerHour)
{
$this->potentiallyThresholdedRequestsPerHour = $potentiallyThresholdedRequestsPerHour;
}
/**
* @return QuotaStatus
*/
public function getPotentiallyThresholdedRequestsPerHour()
{
return $this->potentiallyThresholdedRequestsPerHour;
}
/**
* @param QuotaStatus
*/
public function setServerErrorsPerProjectPerHour(QuotaStatus $serverErrorsPerProjectPerHour)
{
$this->serverErrorsPerProjectPerHour = $serverErrorsPerProjectPerHour;
}
/**
* @return QuotaStatus
*/
public function getServerErrorsPerProjectPerHour()
{
return $this->serverErrorsPerProjectPerHour;
}
/**
* @param QuotaStatus
*/
public function setTokensPerDay(QuotaStatus $tokensPerDay)
{
$this->tokensPerDay = $tokensPerDay;
}
/**
* @return QuotaStatus
*/
public function getTokensPerDay()
{
return $this->tokensPerDay;
}
/**
* @param QuotaStatus
*/
public function setTokensPerHour(QuotaStatus $tokensPerHour)
{
$this->tokensPerHour = $tokensPerHour;
}
/**
* @return QuotaStatus
*/
public function getTokensPerHour()
{
return $this->tokensPerHour;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PropertyQuota::class, 'Google_Service_AnalyticsData_PropertyQuota');