Lines Matching refs:CustomChannel
20 use Google\Service\AdSenseHost\CustomChannel; alias
40 * @return CustomChannel
46 return $this->call('delete', [$params], CustomChannel::class);
55 * @return CustomChannel
61 return $this->call('get', [$params], CustomChannel::class);
68 * @param CustomChannel $postBody
70 * @return CustomChannel
72 public function insert($adClientId, CustomChannel $postBody, $optParams = [])
76 return $this->call('insert', [$params], CustomChannel::class);
105 * @param CustomChannel $postBody
107 * @return CustomChannel
109 public function patch($adClientId, $customChannelId, CustomChannel $postBody, $optParams = [])
113 return $this->call('patch', [$params], CustomChannel::class);
120 * @param CustomChannel $postBody
122 * @return CustomChannel
124 public function update($adClientId, CustomChannel $postBody, $optParams = [])
128 return $this->call('update', [$params], CustomChannel::class);