Home
last modified time | relevance | path

Searched refs:serviceAccounts (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1ListSubscribersResponse.php30 public $serviceAccounts; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ListSubscribersResponse
53 public function setServiceAccounts($serviceAccounts) argument
55 $this->serviceAccounts = $serviceAccounts;
62 return $this->serviceAccounts;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSourceInstanceProperties.php219 public function setServiceAccounts($serviceAccounts) argument
221 $this->serviceAccounts = $serviceAccounts;
228 return $this->serviceAccounts;
H A DInstanceProperties.php321 public function setServiceAccounts($serviceAccounts) argument
323 $this->serviceAccounts = $serviceAccounts;
330 return $this->serviceAccounts;
H A DInstance.php611 public function setServiceAccounts($serviceAccounts) argument
613 $this->serviceAccounts = $serviceAccounts;
620 return $this->serviceAccounts;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DIam.php34 const SERVICE_ACCOUNT_NAME = 'projects/-/serviceAccounts/%s';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DIAMCredentials.php63 'serviceAccounts',
H A DIam.php619 'serviceAccounts',
623 'path' => 'v1/{+name}/serviceAccounts',
687 'path' => 'v1/{+name}/serviceAccounts',
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php2473 public $serviceAccounts; variable in Google_Instance
2560 public function setServiceAccounts(/* array(Google_ServiceAccount) */ $serviceAccounts) { argument
2561 $this->assertIsArray($serviceAccounts, 'Google_ServiceAccount', __METHOD__);
2562 $this->serviceAccounts = $serviceAccounts;
2565 return $this->serviceAccounts;