Lines Matching refs:triggerId
42 * @param string $triggerId Required. The ID of the manual trigger to activate.
47 …public function activate($advertiserId, $triggerId, ActivateManualTriggerRequest $postBody, $optPa… argument
49 $params = ['advertiserId' => $advertiserId, 'triggerId' => $triggerId, 'postBody' => $postBody];
74 * @param string $triggerId Required. The ID of the manual trigger to
80 …public function deactivate($advertiserId, $triggerId, DeactivateManualTriggerRequest $postBody, $o… argument
82 $params = ['advertiserId' => $advertiserId, 'triggerId' => $triggerId, 'postBody' => $postBody];
91 * @param string $triggerId Required. The ID of the manual trigger to fetch.
95 public function get($advertiserId, $triggerId, $optParams = []) argument
97 $params = ['advertiserId' => $advertiserId, 'triggerId' => $triggerId];
142 * @param string $triggerId Output only. The unique ID of the manual trigger.
150 public function patch($advertiserId, $triggerId, ManualTrigger $postBody, $optParams = []) argument
152 $params = ['advertiserId' => $advertiserId, 'triggerId' => $triggerId, 'postBody' => $postBody];