Lines Matching refs:channelId
44 * @param string $channelId Required. The ID of the parent channel to which the
50 public function bulkEdit($partnerId, $channelId, BulkEditSitesRequest $postBody, $optParams = []) argument
52 $params = ['partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody];
60 * @param string $channelId Required. The ID of the parent channel in which the
69 public function create($partnerId, $channelId, Site $postBody, $optParams = []) argument
71 $params = ['partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody];
79 * @param string $channelId Required. The ID of the parent channel to which the
88 public function delete($partnerId, $channelId, $urlOrAppId, $optParams = []) argument
90 $params = ['partnerId' => $partnerId, 'channelId' => $channelId, 'urlOrAppId' => $urlOrAppId];
98 * @param string $channelId Required. The ID of the parent channel to which the
123 public function listPartnersChannelsSites($partnerId, $channelId, $optParams = []) argument
125 $params = ['partnerId' => $partnerId, 'channelId' => $channelId];
135 * @param string $channelId Required. The ID of the parent channel whose sites
141 public function replace($partnerId, $channelId, ReplaceSitesRequest $postBody, $optParams = []) argument
143 $params = ['partnerId' => $partnerId, 'channelId' => $channelId, 'postBody' => $postBody];