Home
last modified time | relevance | path

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

/plugin/authgoogle/google/
H A DGoogle_Client.php87 static $useBatch = false; variable in Google_Client
392 * @param boolean $useBatch True if the experimental batch support should
396 public function setUseBatch($useBatch) { argument
397 self::$useBatch = $useBatch;
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php168 if (Google_Client::$useBatch) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php930 * @param boolean $useBatch True if the batch support should
933 public function setUseBatch($useBatch) argument
936 $this->setDefer($useBatch);