Lines Matching full:update
103 * Update an existing experiment. This method supports patch semantics.
106 * @param string $accountId Account ID of the experiment to update.
107 * @param string $webPropertyId Web property ID of the experiment to update.
108 * @param string $profileId View (Profile) ID of the experiment to update.
109 * @param string $experimentId Experiment ID of the experiment to update.
121 * Update an existing experiment. (experiments.update)
123 * @param string $accountId Account ID of the experiment to update.
124 * @param string $webPropertyId Web property ID of the experiment to update.
125 * @param string $profileId View (Profile) ID of the experiment to update.
126 * @param string $experimentId Experiment ID of the experiment to update.
131 …public function update($accountId, $webPropertyId, $profileId, $experimentId, Experiment $postBody… function in Google\\Service\\Analytics\\Resource\\ManagementExperiments
135 return $this->call('update', [$params], Experiment::class);