Lines Matching refs:Routine
21 use Google\Service\Bigquery\Routine; alias
58 * @return Routine
64 return $this->call('get', [$params], Routine::class);
71 * @param Routine $postBody
73 * @return Routine
75 public function insert($projectId, $datasetId, Routine $postBody, $optParams = [])
79 return $this->call('insert', [$params], Routine::class);
118 * @param Routine $postBody
120 * @return Routine
122 public function update($projectId, $datasetId, $routineId, Routine $postBody, $optParams = [])
126 return $this->call('update', [$params], Routine::class);