Home
last modified time | relevance | path

Searched refs:successThreshold (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DLivenessCheck.php45 public $successThreshold; variable in Google\\Service\\Appengine\\LivenessCheck
124 public function setSuccessThreshold($successThreshold) argument
126 $this->successThreshold = $successThreshold;
133 return $this->successThreshold;
H A DReadinessCheck.php45 public $successThreshold; variable in Google\\Service\\Appengine\\ReadinessCheck
124 public function setSuccessThreshold($successThreshold) argument
126 $this->successThreshold = $successThreshold;
133 return $this->successThreshold;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DProbe.php41 public $successThreshold; variable in Google\\Service\\CloudRun\\Probe
122 public function setSuccessThreshold($successThreshold) argument
124 $this->successThreshold = $successThreshold;
131 return $this->successThreshold;