Searched refs:serviceAccounts (Results 1 – 8 of 8) sorted by relevance
30 public $serviceAccounts; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ListSubscribersResponse53 public function setServiceAccounts($serviceAccounts) argument55 $this->serviceAccounts = $serviceAccounts;62 return $this->serviceAccounts;
219 public function setServiceAccounts($serviceAccounts) argument221 $this->serviceAccounts = $serviceAccounts;228 return $this->serviceAccounts;
321 public function setServiceAccounts($serviceAccounts) argument323 $this->serviceAccounts = $serviceAccounts;330 return $this->serviceAccounts;
611 public function setServiceAccounts($serviceAccounts) argument613 $this->serviceAccounts = $serviceAccounts;620 return $this->serviceAccounts;
34 const SERVICE_ACCOUNT_NAME = 'projects/-/serviceAccounts/%s';
63 'serviceAccounts',
619 'serviceAccounts',623 'path' => 'v1/{+name}/serviceAccounts',687 'path' => 'v1/{+name}/serviceAccounts',
2473 public $serviceAccounts; variable in Google_Instance2560 public function setServiceAccounts(/* array(Google_ServiceAccount) */ $serviceAccounts) { argument2561 $this->assertIsArray($serviceAccounts, 'Google_ServiceAccount', __METHOD__);2562 $this->serviceAccounts = $serviceAccounts;2565 return $this->serviceAccounts;