Home
last modified time | relevance | path

Searched refs:retryMap (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DRunner.php75 protected $retryMap = [ variable in Google\\Task\\Runner
269 if (isset($this->retryMap[$code])) {
270 return $this->retryMap[$code];
275 isset($errors[0]['reason'], $this->retryMap[$errors[0]['reason']])
277 return $this->retryMap[$errors[0]['reason']];
283 public function setRetryMap($retryMap) argument
285 $this->retryMap = $retryMap;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php43 * @param array $retryMap
53 $retryMap = null argument
62 if (null !== $retryMap) {
63 $runner->setRetryMap($retryMap);