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/
DRegion.php151 public function setQuotas($quotas) argument
153 $this->quotas = $quotas;
160 return $this->quotas;
DProject.php199 public function setQuotas($quotas) argument
201 $this->quotas = $quotas;
208 return $this->quotas;
/plugin/authgoogle/google/contrib/
DGoogle_ComputeService.php3677 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;
[all …]