Home
last modified time | relevance | path

Searched refs:debugOptions (Results 1 – 13 of 13) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DPushItemRequest.php48 public function setDebugOptions(DebugOptions $debugOptions) argument
50 $this->debugOptions = $debugOptions;
57 return $this->debugOptions;
H A DRequestOptions.php40 public function setDebugOptions(DebugOptions $debugOptions) argument
42 $this->debugOptions = $debugOptions;
49 return $this->debugOptions;
H A DSearchItemsByViewUrlRequest.php36 public function setDebugOptions(DebugOptions $debugOptions) argument
38 $this->debugOptions = $debugOptions;
45 return $this->debugOptions;
H A DStartUploadItemRequest.php46 public function setDebugOptions(DebugOptions $debugOptions) argument
48 $this->debugOptions = $debugOptions;
55 return $this->debugOptions;
H A DUnreserveItemsRequest.php50 public function setDebugOptions(DebugOptions $debugOptions) argument
52 $this->debugOptions = $debugOptions;
59 return $this->debugOptions;
H A DUpdateSchemaRequest.php34 public function setDebugOptions(DebugOptions $debugOptions) argument
36 $this->debugOptions = $debugOptions;
43 return $this->debugOptions;
H A DDeleteQueueItemsRequest.php50 public function setDebugOptions(DebugOptions $debugOptions) argument
52 $this->debugOptions = $debugOptions;
59 return $this->debugOptions;
H A DIndexItemRequest.php54 public function setDebugOptions(DebugOptions $debugOptions) argument
56 $this->debugOptions = $debugOptions;
63 return $this->debugOptions;
H A DPollItemsRequest.php59 public function setDebugOptions(DebugOptions $debugOptions) argument
61 $this->debugOptions = $debugOptions;
68 return $this->debugOptions;
H A DResetSearchApplicationRequest.php28 public function setDebugOptions(DebugOptions $debugOptions) argument
30 $this->debugOptions = $debugOptions;
37 return $this->debugOptions;
H A DUpdateDataSourceRequest.php30 public function setDebugOptions(DebugOptions $debugOptions) argument
32 $this->debugOptions = $debugOptions;
39 return $this->debugOptions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudSearch.php119 'debugOptions.enableDebugging' => [
153 'debugOptions.enableDebugging' => [
185 'debugOptions.enableDebugging' => [
225 'debugOptions.enableDebugging' => [
261 'debugOptions.enableDebugging' => [
275 'debugOptions.enableDebugging' => [
313 'debugOptions.enableDebugging' => [
349 'debugOptions.enableDebugging' => [
381 'debugOptions.enableDebugging' => [
605 'debugOptions.enableDebugging' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DEnvironment.php119 public function setDebugOptions(DebugOptions $debugOptions) argument
121 $this->debugOptions = $debugOptions;
128 return $this->debugOptions;