Searched refs:EntityUserLink (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
H A D | ManagementAccountUserLinks.php | 20 use Google\Service\Analytics\EntityUserLink; alias 50 * @param EntityUserLink $postBody 52 * @return EntityUserLink 54 public function insert($accountId, EntityUserLink $postBody, $optParams = []) 58 return $this->call('insert', [$params], EntityUserLink::class); 86 * @param EntityUserLink $postBody 88 * @return EntityUserLink 90 public function update($accountId, $linkId, EntityUserLink $postBody, $optParams = []) 94 return $this->call('update', [$params], EntityUserLink::class);
|
H A D | ManagementWebpropertyUserLinks.php | 20 use Google\Service\Analytics\EntityUserLink; alias 52 * @param EntityUserLink $postBody 54 * @return EntityUserLink 56 public function insert($accountId, $webPropertyId, EntityUserLink $postBody, $optParams = []) 60 return $this->call('insert', [$params], EntityUserLink::class); 93 * @param EntityUserLink $postBody 95 * @return EntityUserLink 97 …public function update($accountId, $webPropertyId, $linkId, EntityUserLink $postBody, $optParams =… 101 return $this->call('update', [$params], EntityUserLink::class);
|
H A D | ManagementProfileUserLinks.php | 20 use Google\Service\Analytics\EntityUserLink; alias 54 * @param EntityUserLink $postBody 56 * @return EntityUserLink 58 …public function insert($accountId, $webPropertyId, $profileId, EntityUserLink $postBody, $optParam… 62 return $this->call('insert', [$params], EntityUserLink::class); 99 * @param EntityUserLink $postBody 101 * @return EntityUserLink 103 …public function update($accountId, $webPropertyId, $profileId, $linkId, EntityUserLink $postBody, … 107 return $this->call('update', [$params], EntityUserLink::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | EntityUserLinks.php | 23 protected $itemsType = EntityUserLink::class; 51 * @param EntityUserLink[] 58 * @return EntityUserLink[]
|
H A D | EntityUserLink.php | 20 class EntityUserLink extends \Google\Model class 128 class_alias(EntityUserLink::class, 'Google_Service_Analytics_EntityUserLink');
|