Lines Matching refs:postBody

62      * @param Google_Column $postBody
66 public function insert($tableId, Google_Column $postBody, $optParams = array()) { argument
67 $params = array('tableId' => $tableId, 'postBody' => $postBody);
102 * @param Google_Column $postBody
106 public function patch($tableId, $columnId, Google_Column $postBody, $optParams = array()) { argument
107 $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
121 * @param Google_Column $postBody
125 public function update($tableId, $columnId, Google_Column $postBody, $optParams = array()) { argument
126 $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
234 * @param Google_StyleSetting $postBody
238 public function insert($tableId, Google_StyleSetting $postBody, $optParams = array()) { argument
239 $params = array('tableId' => $tableId, 'postBody' => $postBody);
273 * @param Google_StyleSetting $postBody
277 public function patch($tableId, $styleId, Google_StyleSetting $postBody, $optParams = array()) { argument
278 $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
292 * @param Google_StyleSetting $postBody
296 … public function update($tableId, $styleId, Google_StyleSetting $postBody, $optParams = array()) { argument
297 $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
412 * @param Google_Table $postBody
416 public function insert(Google_Table $postBody, $optParams = array()) { argument
417 $params = array('postBody' => $postBody);
450 * @param Google_Table $postBody
456 public function patch($tableId, Google_Table $postBody, $optParams = array()) { argument
457 $params = array('tableId' => $tableId, 'postBody' => $postBody);
471 * @param Google_Table $postBody
477 public function update($tableId, Google_Table $postBody, $optParams = array()) { argument
478 $params = array('tableId' => $tableId, 'postBody' => $postBody);
534 * @param Google_Template $postBody
538 public function insert($tableId, Google_Template $postBody, $optParams = array()) { argument
539 $params = array('tableId' => $tableId, 'postBody' => $postBody);
573 * @param Google_Template $postBody
577 public function patch($tableId, $templateId, Google_Template $postBody, $optParams = array()) { argument
578 $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
592 * @param Google_Template $postBody
596 public function update($tableId, $templateId, Google_Template $postBody, $optParams = array()) { argument
597 $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);