Home
last modified time | relevance | path

Searched refs:quotas (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRegion.php151 public function setQuotas($quotas) argument
153 $this->quotas = $quotas;
160 return $this->quotas;
H A DProject.php199 public function setQuotas($quotas) argument
201 $this->quotas = $quotas;
208 return $this->quotas;
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php3677 public $quotas; variable in Google_Project
3716 $this->assertIsArray($quotas, 'Google_Quota', __METHOD__);
3717 $this->quotas = $quotas;
3720 return $this->quotas;
3765 public $quotas; variable in Google_Region
3806 $this->assertIsArray($quotas, 'Google_Quota', __METHOD__);
3807 $this->quotas = $quotas;
3810 return $this->quotas;
4259 public $quotas; variable in Google_Zone
4308 $this->quotas = $quotas;
[all …]