Searched refs:quotaProject (Results 1 – 7 of 7) sorted by relevance
115 * @param string $quotaProject specifies a project to bill for access125 $quotaProject = null argument127 $creds = self::getCredentials($scope, $httpHandler, $cacheConfig, $cache, $quotaProject);142 * @param string $quotaProject specifies a project to bill for access156 $quotaProject = null, argument174 if ($quotaProject) {175 $jsonKey['quota_project_id'] = $quotaProject;185 $creds = new GCECredentials(null, $anyScope, null, $quotaProject);
162 private $quotaProject; variable in Google\\Auth\\Credentials\\GCECredentials174 * @param string $quotaProject [optional] Specifies a project to bill for access183 $quotaProject = null, argument210 $this->quotaProject = $quotaProject;546 return $this->quotaProject;
49 protected $quotaProject; variable in Google\\Auth\\Credentials\\UserRefreshCredentials95 $this->quotaProject = (string) $jsonKey['quota_project_id'];140 return $this->quotaProject;
55 protected $quotaProject; variable in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials92 $this->quotaProject = (string) $jsonKey['quota_project_id'];208 return $this->quotaProject;
80 protected $quotaProject; variable in Google\\Auth\\Credentials\\ServiceAccountCredentials139 $this->quotaProject = (string) $jsonKey['quota_project_id'];330 return $this->quotaProject;
104 if ($quotaProject = $this->getQuotaProject()) {107 $quotaProject