Lines Matching full:update
90 * @param string $accountId Account ID for the custom dimension to update.
92 * update.
94 * to update.
98 * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
110 * Updates an existing custom dimension. (customDimensions.update)
112 * @param string $accountId Account ID for the custom dimension to update.
114 * update.
116 * to update.
120 * @opt_param bool ignoreCustomDataSourceLinks Force the update and ignore any
125 …public function update($accountId, $webPropertyId, $customDimensionId, CustomDimension $postBody, … function in Google\\Service\\Analytics\\Resource\\ManagementCustomDimensions
129 return $this->call('update', [$params], CustomDimension::class);