Lines Matching refs:Google_Table
359 * @return Google_Table
366 return new Google_Table($data);
376 * @param Google_Table $postBody
378 * @return Google_Table
380 public function insert($projectId, $datasetId, Google_Table $postBody, $optParams = array()) {
385 return new Google_Table($data);
418 * @param Google_Table $postBody
420 * @return Google_Table
422 …public function patch($projectId, $datasetId, $tableId, Google_Table $postBody, $optParams = array…
427 return new Google_Table($data);
438 * @param Google_Table $postBody
440 * @return Google_Table
442 …public function update($projectId, $datasetId, $tableId, Google_Table $postBody, $optParams = arra…
447 return new Google_Table($data);
1706 class Google_Table extends Google_Model { class