Home
last modified time | relevance | path

Searched refs:debugOptions (Results 1 – 13 of 13) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
DResetSearchApplicationRequest.php28 public function setDebugOptions(DebugOptions $debugOptions) argument
30 $this->debugOptions = $debugOptions;
37 return $this->debugOptions;
DStartUploadItemRequest.php46 public function setDebugOptions(DebugOptions $debugOptions) argument
48 $this->debugOptions = $debugOptions;
55 return $this->debugOptions;
DUpdateDataSourceRequest.php30 public function setDebugOptions(DebugOptions $debugOptions) argument
32 $this->debugOptions = $debugOptions;
39 return $this->debugOptions;
DUnreserveItemsRequest.php50 public function setDebugOptions(DebugOptions $debugOptions) argument
52 $this->debugOptions = $debugOptions;
59 return $this->debugOptions;
DSearchItemsByViewUrlRequest.php36 public function setDebugOptions(DebugOptions $debugOptions) argument
38 $this->debugOptions = $debugOptions;
45 return $this->debugOptions;
DDeleteQueueItemsRequest.php50 public function setDebugOptions(DebugOptions $debugOptions) argument
52 $this->debugOptions = $debugOptions;
59 return $this->debugOptions;
DPushItemRequest.php48 public function setDebugOptions(DebugOptions $debugOptions) argument
50 $this->debugOptions = $debugOptions;
57 return $this->debugOptions;
DUpdateSchemaRequest.php34 public function setDebugOptions(DebugOptions $debugOptions) argument
36 $this->debugOptions = $debugOptions;
43 return $this->debugOptions;
DRequestOptions.php40 public function setDebugOptions(DebugOptions $debugOptions) argument
42 $this->debugOptions = $debugOptions;
49 return $this->debugOptions;
DPollItemsRequest.php59 public function setDebugOptions(DebugOptions $debugOptions) argument
61 $this->debugOptions = $debugOptions;
68 return $this->debugOptions;
DIndexItemRequest.php54 public function setDebugOptions(DebugOptions $debugOptions) argument
56 $this->debugOptions = $debugOptions;
63 return $this->debugOptions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
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' => [
542 'requestOptions.debugOptions.enableDebugging' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DEnvironment.php119 public function setDebugOptions(DebugOptions $debugOptions) argument
121 $this->debugOptions = $debugOptions;
128 return $this->debugOptions;