Lines Matching refs:tableId

30      * @param string $tableId Table from which the column is being deleted.
34 public function delete($tableId, $columnId, $optParams = array()) { argument
35 $params = array('tableId' => $tableId, 'columnId' => $columnId);
43 * @param string $tableId Table to which the column belongs.
48 public function get($tableId, $columnId, $optParams = array()) { argument
49 $params = array('tableId' => $tableId, 'columnId' => $columnId);
61 * @param string $tableId Table for which a new column is being added.
66 public function insert($tableId, Google_Column $postBody, $optParams = array()) { argument
67 $params = array('tableId' => $tableId, 'postBody' => $postBody);
79 * @param string $tableId Table whose columns are being listed.
86 public function listColumn($tableId, $optParams = array()) { argument
87 $params = array('tableId' => $tableId);
100 * @param string $tableId Table for which the column is being updated.
106 public function patch($tableId, $columnId, Google_Column $postBody, $optParams = array()) { argument
107 $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
119 * @param string $tableId Table for which the column is being updated.
125 public function update($tableId, $columnId, Google_Column $postBody, $optParams = array()) { argument
126 $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
202 * @param string $tableId Table from which the style is being deleted
206 public function delete($tableId, $styleId, $optParams = array()) { argument
207 $params = array('tableId' => $tableId, 'styleId' => $styleId);
215 * @param string $tableId Table to which the requested style belongs
220 public function get($tableId, $styleId, $optParams = array()) { argument
221 $params = array('tableId' => $tableId, 'styleId' => $styleId);
233 * @param string $tableId Table for which a new style is being added
238 public function insert($tableId, Google_StyleSetting $postBody, $optParams = array()) { argument
239 $params = array('tableId' => $tableId, 'postBody' => $postBody);
251 * @param string $tableId Table whose styles are being listed
258 public function listStyle($tableId, $optParams = array()) { argument
259 $params = array('tableId' => $tableId);
271 * @param string $tableId Table whose style is being updated.
277 public function patch($tableId, $styleId, Google_StyleSetting $postBody, $optParams = array()) { argument
278 $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
290 * @param string $tableId Table whose style is being updated.
296 … public function update($tableId, $styleId, Google_StyleSetting $postBody, $optParams = array()) { argument
297 $params = array('tableId' => $tableId, 'styleId' => $styleId, 'postBody' => $postBody);
321 * @param string $tableId ID of the table that is being copied.
327 public function copy($tableId, $optParams = array()) { argument
328 $params = array('tableId' => $tableId);
340 * @param string $tableId ID of the table that is being deleted.
343 public function delete($tableId, $optParams = array()) { argument
344 $params = array('tableId' => $tableId);
352 * @param string $tableId Identifier(ID) for the table being requested.
356 public function get($tableId, $optParams = array()) { argument
357 $params = array('tableId' => $tableId);
369 * @param string $tableId The table into which new rows are being imported.
379 public function importRows($tableId, $optParams = array()) { argument
380 $params = array('tableId' => $tableId);
449 * @param string $tableId ID of the table that is being updated.
456 public function patch($tableId, Google_Table $postBody, $optParams = array()) { argument
457 $params = array('tableId' => $tableId, 'postBody' => $postBody);
470 * @param string $tableId ID of the table that is being updated.
477 public function update($tableId, Google_Table $postBody, $optParams = array()) { argument
478 $params = array('tableId' => $tableId, 'postBody' => $postBody);
502 * @param string $tableId Table from which the template is being deleted
506 public function delete($tableId, $templateId, $optParams = array()) { argument
507 $params = array('tableId' => $tableId, 'templateId' => $templateId);
515 * @param string $tableId Table to which the template belongs
520 public function get($tableId, $templateId, $optParams = array()) { argument
521 $params = array('tableId' => $tableId, 'templateId' => $templateId);
533 * @param string $tableId Table for which a new template is being created
538 public function insert($tableId, Google_Template $postBody, $optParams = array()) { argument
539 $params = array('tableId' => $tableId, 'postBody' => $postBody);
551 * @param string $tableId Identifier for the table whose templates are being requested
558 public function listTemplate($tableId, $optParams = array()) { argument
559 $params = array('tableId' => $tableId);
571 * @param string $tableId Table to which the updated template belongs
577 public function patch($tableId, $templateId, Google_Template $postBody, $optParams = array()) { argument
578 $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
590 * @param string $tableId Table to which the updated template belongs
596 public function update($tableId, $templateId, Google_Template $postBody, $optParams = array()) { argument
597 $params = array('tableId' => $tableId, 'templateId' => $templateId, 'postBody' => $postBody);
1127 public $tableId; variable in Google_StyleSetting
1164 public function setTableId( $tableId) { argument
1165 $this->tableId = $tableId;
1168 return $this->tableId;
1218 public $tableId; variable in Google_Table
1275 public function setTableId( $tableId) { argument
1276 $this->tableId = $tableId;
1279 return $this->tableId;
1315 public $tableId; variable in Google_Template
1342 public function setTableId( $tableId) { argument
1343 $this->tableId = $tableId;
1346 return $this->tableId;