Searched refs:routineId (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/ |
H A D | Routines.php | 39 * @param string $routineId Required. Routine ID of the routine to delete 42 public function delete($projectId, $datasetId, $routineId, $optParams = []) argument 44 $params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId]; 53 * @param string $routineId Required. Routine ID of the requested routine 60 public function get($projectId, $datasetId, $routineId, $optParams = []) argument 62 $params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId]; 117 * @param string $routineId Required. Routine ID of the routine to update 122 public function update($projectId, $datasetId, $routineId, Routine $postBody, $optParams = []) argument 124 …$params = ['projectId' => $projectId, 'datasetId' => $datasetId, 'routineId' => $routineId, 'postB…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ |
H A D | RoutineReference.php | 33 public $routineId; variable in Google\\Service\\Bigquery\\RoutineReference 66 public function setRoutineId($routineId) argument 68 $this->routineId = $routineId; 75 return $this->routineId;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Bigquery.php | 492 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', 505 'routineId' => [ 512 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', 525 'routineId' => [ 582 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', 595 'routineId' => [
|