Lines Matching refs:Profile
20 use Google\Service\Analytics\Profile; alias
57 * @return Profile
63 return $this->call('get', [$params], Profile::class);
71 * @param Profile $postBody
73 * @return Profile
75 public function insert($accountId, $webPropertyId, Profile $postBody, $optParams = [])
79 return $this->call('insert', [$params], Profile::class);
113 * @param Profile $postBody
115 * @return Profile
117 public function patch($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = [])
121 return $this->call('patch', [$params], Profile::class);
130 * @param Profile $postBody
132 * @return Profile
134 public function update($accountId, $webPropertyId, $profileId, Profile $postBody, $optParams = [])
138 return $this->call('update', [$params], Profile::class);