Searched refs:newLeaseSeconds (Results 1 – 1 of 1) sorted by relevance
/plugin/authgoogle/google/contrib/ |
H A D | Google_TaskqueueService.php | 159 * @param int $newLeaseSeconds The new lease in seconds. 164 …public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Task $postBody, $optPa… argument 165 …t, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' =… 180 * @param int $newLeaseSeconds The new lease in seconds. 185 …public function update($project, $taskqueue, $task, $newLeaseSeconds, Google_Task $postBody, $optP… argument 186 …t, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' =…
|