Lines Matching refs:quotas
3677 public $quotas; variable in Google_Project
3715 public function setQuotas(/* array(Google_Quota) */ $quotas) { argument
3716 $this->assertIsArray($quotas, 'Google_Quota', __METHOD__);
3717 $this->quotas = $quotas;
3720 return $this->quotas;
3765 public $quotas; variable in Google_Region
3805 public function setQuotas(/* array(Google_Quota) */ $quotas) { argument
3806 $this->assertIsArray($quotas, 'Google_Quota', __METHOD__);
3807 $this->quotas = $quotas;
3810 return $this->quotas;
4259 public $quotas; variable in Google_Zone
4306 public function setQuotas(/* array(Google_Quota) */ $quotas) { argument
4307 $this->assertIsArray($quotas, 'Google_Quota', __METHOD__);
4308 $this->quotas = $quotas;
4311 return $this->quotas;