Lines Matching refs:Table
23 use Google\Service\Bigquery\Table; alias
65 * @return Table
71 return $this->call('get', [$params], Table::class);
95 * @param Table $postBody
97 * @return Table
99 public function insert($projectId, $datasetId, Table $postBody, $optParams = [])
103 return $this->call('insert', [$params], Table::class);
133 * @param Table $postBody
138 * @return Table
140 public function patch($projectId, $datasetId, $tableId, Table $postBody, $optParams = [])
144 return $this->call('patch', [$params], Table::class);
192 * @param Table $postBody
197 * @return Table
199 public function update($projectId, $datasetId, $tableId, Table $postBody, $optParams = [])
203 return $this->call('update', [$params], Table::class);