Lines Matching full:view
34 * Deletes a view (profile). (profiles.delete)
36 * @param string $accountId Account ID to delete the view (profile) for.
37 * @param string $webPropertyId Web property ID to delete the view (profile)
39 * @param string $profileId ID of the view (profile) to be deleted.
49 * Gets a view (profile) to which the user has access. (profiles.get)
51 * @param string $accountId Account ID to retrieve the view (profile) for.
52 * @param string $webPropertyId Web property ID to retrieve the view (profile)
54 * @param string $profileId View (Profile) ID to retrieve the view (profile)
66 * Create a new view (profile). (profiles.insert)
68 * @param string $accountId Account ID to create the view (profile) for.
69 * @param string $webPropertyId Web property ID to create the view (profile)
85 * @param string $accountId Account ID for the view (profiles) to retrieve. Can
106 * Updates an existing view (profile). This method supports patch semantics.
109 * @param string $accountId Account ID to which the view (profile) belongs
110 * @param string $webPropertyId Web property ID to which the view (profile)
112 * @param string $profileId ID of the view (profile) to be updated.
124 * Updates an existing view (profile). (profiles.update)
126 * @param string $accountId Account ID to which the view (profile) belongs
127 * @param string $webPropertyId Web property ID to which the view (profile)
129 * @param string $profileId ID of the view (profile) to be updated.