Searched refs:Google_Job (Results 1 – 2 of 2) sorted by relevance
| /plugin/authgoogle/google/contrib/ |
| D | Google_CoordinateService.php | 62 * @return Google_Job 69 return new Google_Job($data); 82 * @param Google_Job $postBody 90 * @return Google_Job 92 …public function insert($teamId, $address, $lat, $lng, $title, Google_Job $postBody, $optParams = a… 97 return new Google_Job($data); 129 * @param Google_Job $postBody 142 * @return Google_Job 144 public function patch($teamId, $jobId, Google_Job $postBody, $optParams = array()) { 149 return new Google_Job($data); [all …]
|
| D | Google_BigqueryService.php | 163 * @return Google_Job 170 return new Google_Job($data); 202 * @param Google_Job $postBody 204 * @return Google_Job 206 public function insert($projectId, Google_Job $postBody, $optParams = array()) { 211 return new Google_Job($data); 800 class Google_Job extends Google_Model { class
|