Lines Matching refs:columnId
31 * @param string $columnId Name or identifier for the column being deleted.
34 public function delete($tableId, $columnId, $optParams = array()) { argument
35 $params = array('tableId' => $tableId, 'columnId' => $columnId);
44 * @param string $columnId Name or identifier for the column that is being requested.
48 public function get($tableId, $columnId, $optParams = array()) { argument
49 $params = array('tableId' => $tableId, 'columnId' => $columnId);
101 * @param string $columnId Name or identifier for the column that is being updated.
106 public function patch($tableId, $columnId, Google_Column $postBody, $optParams = array()) { argument
107 $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
120 * @param string $columnId Name or identifier for the column that is being updated.
125 public function update($tableId, $columnId, Google_Column $postBody, $optParams = array()) { argument
126 $params = array('tableId' => $tableId, 'columnId' => $columnId, 'postBody' => $postBody);
699 public $columnId; variable in Google_Column
709 public function setColumnId( $columnId) { argument
710 $this->columnId = $columnId;
713 return $this->columnId;
736 public $columnId; variable in Google_ColumnBaseColumn
738 public function setColumnId( $columnId) { argument
739 $this->columnId = $columnId;
742 return $this->columnId;