Lines Matching refs:postBody

188      * @param Google_AdUnit $postBody
192 public function insert($accountId, $adClientId, Google_AdUnit $postBody, $optParams = array()) { argument
193 … $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody);
231 * @param Google_AdUnit $postBody
235 …public function patch($accountId, $adClientId, $adUnitId, Google_AdUnit $postBody, $optParams = ar… argument
236 …tId' => $accountId, 'adClientId' => $adClientId, 'adUnitId' => $adUnitId, 'postBody' => $postBody);
250 * @param Google_AdUnit $postBody
254 public function update($accountId, $adClientId, Google_AdUnit $postBody, $optParams = array()) { argument
255 … $params = array('accountId' => $accountId, 'adClientId' => $adClientId, 'postBody' => $postBody);
456 * @param Google_CustomChannel $postBody
460 public function insert($adClientId, Google_CustomChannel $postBody, $optParams = array()) { argument
461 $params = array('adClientId' => $adClientId, 'postBody' => $postBody);
496 * @param Google_CustomChannel $postBody
500 …public function patch($adClientId, $customChannelId, Google_CustomChannel $postBody, $optParams = … argument
501 …array('adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => $postBody);
514 * @param Google_CustomChannel $postBody
518 public function update($adClientId, Google_CustomChannel $postBody, $optParams = array()) { argument
519 $params = array('adClientId' => $adClientId, 'postBody' => $postBody);
602 * @param Google_UrlChannel $postBody
606 public function insert($adClientId, Google_UrlChannel $postBody, $optParams = array()) { argument
607 $params = array('adClientId' => $adClientId, 'postBody' => $postBody);