Home
last modified time | relevance | path

Searched refs:timeoutSeconds (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DProbe.php47 public $timeoutSeconds; variable in Google\\Service\\CloudRun\\Probe
150 public function setTimeoutSeconds($timeoutSeconds) argument
152 $this->timeoutSeconds = $timeoutSeconds;
159 return $this->timeoutSeconds;
H A DRevisionSpec.php36 public $timeoutSeconds; variable in Google\\Service\\CloudRun\\RevisionSpec
85 public function setTimeoutSeconds($timeoutSeconds) argument
87 $this->timeoutSeconds = $timeoutSeconds;
94 return $this->timeoutSeconds;