Lines Matching refs:QuotaStatus
22 protected $concurrentRequestsType = QuotaStatus::class;
24 protected $potentiallyThresholdedRequestsPerHourType = QuotaStatus::class;
26 protected $serverErrorsPerProjectPerHourType = QuotaStatus::class;
28 protected $tokensPerDayType = QuotaStatus::class;
30 protected $tokensPerHourType = QuotaStatus::class;
34 * @param QuotaStatus
36 public function setConcurrentRequests(QuotaStatus $concurrentRequests)
41 * @return QuotaStatus
48 * @param QuotaStatus
50 …public function setPotentiallyThresholdedRequestsPerHour(QuotaStatus $potentiallyThresholdedReques…
55 * @return QuotaStatus
62 * @param QuotaStatus
64 public function setServerErrorsPerProjectPerHour(QuotaStatus $serverErrorsPerProjectPerHour)
69 * @return QuotaStatus
76 * @param QuotaStatus
78 public function setTokensPerDay(QuotaStatus $tokensPerDay)
83 * @return QuotaStatus
90 * @param QuotaStatus
92 public function setTokensPerHour(QuotaStatus $tokensPerHour)
97 * @return QuotaStatus