Searched refs:timeoutMs (Results 1 – 5 of 5) sorted by relevance
76 public $timeoutMs; variable in Google\\Service\\Bigquery\\QueryRequest285 public function setTimeoutMs($timeoutMs) argument287 $this->timeoutMs = $timeoutMs;294 return $this->timeoutMs;
390 …public function listenForever(int $timeoutMs = 30000, ?callable $exceptionHandler = null, int $bad… argument395 $this->sync($timeoutMs);418 … public function startListenerThread(int $timeoutMs = 30000, ?callable $exceptionHandler = null) { argument482 * @param int $timeoutMs486 public function sync(int $timeoutMs = 30000) { argument487 $response = $this->api->sync($this->syncToken, $timeoutMs, $this->syncFilter);
111 * @param int $timeoutMs118 public function sync(?string $since = null, int $timeoutMs = 30000, $filter = null, argument121 'timeout' => (int)$timeoutMs,
1575 public $timeoutMs; variable in Google_QueryRequest1619 public function setTimeoutMs( $timeoutMs) { argument1620 $this->timeoutMs = $timeoutMs;1623 return $this->timeoutMs;
287 'timeoutMs' => [