Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DConcurrentAccessRestriction.php61 public $timeWindowSeconds; variable in Google\\Service\\Books\\ConcurrentAccessRestriction
196 public function setTimeWindowSeconds($timeWindowSeconds) argument
198 $this->timeWindowSeconds = $timeWindowSeconds;
205 return $this->timeWindowSeconds;
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php2113 public $timeWindowSeconds; variable in Google_ConcurrentAccessRestriction
2169 public function setTimeWindowSeconds( $timeWindowSeconds) { argument
2170 $this->timeWindowSeconds = $timeWindowSeconds;
2173 return $this->timeWindowSeconds;