Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DQueue.php102 public function setRetryConfig(RetryConfig $retryConfig) argument
104 $this->retryConfig = $retryConfig;
111 return $this->retryConfig;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudScheduler/
H A DJob.php170 public function setRetryConfig(RetryConfig $retryConfig) argument
172 $this->retryConfig = $retryConfig;
179 return $this->retryConfig;