Lines Matching refs:channelId
45 * @param string $channelId Required. The ID of the parent channel to which the
51 …public function bulkEdit($advertiserId, $channelId, BulkEditSitesRequest $postBody, $optParams = [… argument
53 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];
62 * @param string $channelId Required. The ID of the parent channel in which the
71 public function create($advertiserId, $channelId, Site $postBody, $optParams = []) argument
73 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];
82 * @param string $channelId Required. The ID of the parent channel to which the
91 public function delete($advertiserId, $channelId, $urlOrAppId, $optParams = []) argument
93 …$params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'urlOrAppId' => $urlOrAppId…
102 * @param string $channelId Required. The ID of the parent channel to which the
127 public function listAdvertisersChannelsSites($advertiserId, $channelId, $optParams = []) argument
129 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId];
140 * @param string $channelId Required. The ID of the parent channel whose sites
146 public function replace($advertiserId, $channelId, ReplaceSitesRequest $postBody, $optParams = []) argument
148 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];