Home
last modified time | relevance | path

Searched refs:allowQuotedNewlines (Results 1 – 3 of 3) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DCsvOptions.php32 public $allowQuotedNewlines; variable in Google\\Service\\Bigquery\\CsvOptions
71 public function setAllowQuotedNewlines($allowQuotedNewlines) argument
73 $this->allowQuotedNewlines = $allowQuotedNewlines;
80 return $this->allowQuotedNewlines;
H A DJobConfigurationLoad.php30 public $allowQuotedNewlines; variable in Google\\Service\\Bigquery\\JobConfigurationLoad
147 public function setAllowQuotedNewlines($allowQuotedNewlines) argument
149 $this->allowQuotedNewlines = $allowQuotedNewlines;
156 return $this->allowQuotedNewlines;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php998 public $allowQuotedNewlines; variable in Google_JobConfigurationLoad
1022 public function setAllowQuotedNewlines( $allowQuotedNewlines) { argument
1023 $this->allowQuotedNewlines = $allowQuotedNewlines;
1026 return $this->allowQuotedNewlines;