Home
last modified time | relevance | path

Searched refs:RequestOptions (Results 1 – 16 of 16) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DBeginTransactionRequest.php24 protected $requestOptionsType = RequestOptions::class;
42 * @param RequestOptions
44 public function setRequestOptions(RequestOptions $requestOptions)
49 * @return RequestOptions
H A DExecuteBatchDmlRequest.php23 protected $requestOptionsType = RequestOptions::class;
35 * @param RequestOptions
37 public function setRequestOptions(RequestOptions $requestOptions)
42 * @return RequestOptions
H A DCommitRequest.php25 protected $requestOptionsType = RequestOptions::class;
53 * @param RequestOptions
55 public function setRequestOptions(RequestOptions $requestOptions)
60 * @return RequestOptions
H A DReadRequest.php41 protected $requestOptionsType = RequestOptions::class;
125 * @param RequestOptions
127 public function setRequestOptions(RequestOptions $requestOptions)
132 * @return RequestOptions
H A DExecuteSqlRequest.php38 protected $requestOptionsType = RequestOptions::class;
126 * @param RequestOptions
128 public function setRequestOptions(RequestOptions $requestOptions)
133 * @return RequestOptions
H A DRequestOptions.php20 class RequestOptions extends \Google\Model class
80 class_alias(RequestOptions::class, 'Google_Service_Spanner_RequestOptions');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSuggestRequest.php29 protected $requestOptionsType = RequestOptions::class;
61 * @param RequestOptions
63 public function setRequestOptions(RequestOptions $requestOptions)
68 * @return RequestOptions
H A DSearchRequest.php39 protected $requestOptionsType = RequestOptions::class;
133 * @param RequestOptions
135 public function setRequestOptions(RequestOptions $requestOptions)
140 * @return RequestOptions
H A DRequestOptions.php20 class RequestOptions extends \Google\Model class
96 class_alias(RequestOptions::class, 'Google_Service_CloudSearch_RequestOptions');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php17 use GuzzleHttp\RequestOptions; alias
58 RequestOptions::HEADERS => [
61 RequestOptions::HTTP_ERRORS => false, // 4xx and 5xx is expected and NOT an exceptions in this context
65 $options[RequestOptions::TIMEOUT] = $connection->getTimeout();
69 $options[RequestOptions::PROXY] = $proxy;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DProxy.php4 use GuzzleHttp\RequestOptions; alias
26 return empty($options[RequestOptions::SYNCHRONOUS])
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRequestOptions.php11 final class RequestOptions class
H A DClient.php128 $options[RequestOptions::SYNCHRONOUS] = true;
181 $options[RequestOptions::SYNCHRONOUS] = true;
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md78 \GuzzleHttp\RequestOptions::VERIFY => \Composer\CaBundle\CaBundle::getSystemCaRootBundlePath()
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md231 * Added `GuzzleHttp\RequestOptions` to allow request options to be applied
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md225 * Used `GuzzleHttp\RequestOptions` constants for configuring request options [#1820](https://github.com/ruflin/Elastica/pull/1820)