Home
last modified time | relevance | path

Searched refs:Google_Dataset (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_BigqueryService.php50 * @return Google_Dataset
57 return new Google_Dataset($data);
66 * @param Google_Dataset $postBody
68 * @return Google_Dataset
70 public function insert($projectId, Google_Dataset $postBody, $optParams = array()) {
75 return new Google_Dataset($data);
109 * @param Google_Dataset $postBody
111 * @return Google_Dataset
113 public function patch($projectId, $datasetId, Google_Dataset $postBody, $optParams = array()) {
118 return new Google_Dataset($data);
[all …]