Lines Matching refs:configId
38 * @param string $configId The specific id of the configuration to delete.
41 public function delete($accountId, $configId, $optParams = []) argument
43 $params = ['accountId' => $accountId, 'configId' => $configId];
51 * @param string $configId The specific id of the configuration to retrieve.
55 public function get($accountId, $configId, $optParams = []) argument
57 $params = ['accountId' => $accountId, 'configId' => $configId];
96 * @param string $configId The specific id of the configuration to update.
101 public function patch($accountId, $configId, PretargetingConfigModel $postBody, $optParams = []) argument
103 $params = ['accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody];
112 * @param string $configId The specific id of the configuration to update.
117 public function update($accountId, $configId, PretargetingConfigModel $postBody, $optParams = []) argument
119 $params = ['accountId' => $accountId, 'configId' => $configId, 'postBody' => $postBody];