Lines Matching refs:Google_Dataset
50 * @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);
131 * @param Google_Dataset $postBody
133 * @return Google_Dataset
135 public function update($projectId, $datasetId, Google_Dataset $postBody, $optParams = array()) {
140 return new Google_Dataset($data);
496 class Google_Dataset extends Google_Model { class