Home
last modified time | relevance | path

Searched refs:requestOptions (Results 1 – 8 of 8) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php542 'requestOptions.debugOptions.enableDebugging' => [
546 'requestOptions.languageCode' => [
550 'requestOptions.searchApplicationId' => [
554 'requestOptions.timeZone' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSearchRequest.php135 public function setRequestOptions(RequestOptions $requestOptions) argument
137 $this->requestOptions = $requestOptions;
144 return $this->requestOptions;
H A DSuggestRequest.php63 public function setRequestOptions(RequestOptions $requestOptions) argument
65 $this->requestOptions = $requestOptions;
72 return $this->requestOptions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DBeginTransactionRequest.php44 public function setRequestOptions(RequestOptions $requestOptions) argument
46 $this->requestOptions = $requestOptions;
53 return $this->requestOptions;
H A DCommitRequest.php55 public function setRequestOptions(RequestOptions $requestOptions) argument
57 $this->requestOptions = $requestOptions;
64 return $this->requestOptions;
H A DExecuteBatchDmlRequest.php37 public function setRequestOptions(RequestOptions $requestOptions) argument
39 $this->requestOptions = $requestOptions;
46 return $this->requestOptions;
H A DExecuteSqlRequest.php128 public function setRequestOptions(RequestOptions $requestOptions) argument
130 $this->requestOptions = $requestOptions;
137 return $this->requestOptions;
H A DReadRequest.php127 public function setRequestOptions(RequestOptions $requestOptions) argument
129 $this->requestOptions = $requestOptions;
136 return $this->requestOptions;