Home
last modified time | relevance | path

Searched refs:EntityUserLink (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementAccountUserLinks.php20 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 DManagementWebpropertyUserLinks.php20 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 DManagementProfileUserLinks.php20 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 DEntityUserLinks.php23 protected $itemsType = EntityUserLink::class;
51 * @param EntityUserLink[]
58 * @return EntityUserLink[]
H A DEntityUserLink.php20 class EntityUserLink extends \Google\Model class
128 class_alias(EntityUserLink::class, 'Google_Service_Analytics_EntityUserLink');