Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DManagedInstance.php123 public function setLastAttempt(ManagedInstanceLastAttempt $lastAttempt) argument
125 $this->lastAttempt = $lastAttempt;
132 return $this->lastAttempt;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DTask.php146 public function setLastAttempt(Attempt $lastAttempt) argument
148 $this->lastAttempt = $lastAttempt;
155 return $this->lastAttempt;