Home
last modified time | relevance | path

Searched refs:allowJaggedRows (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DCsvOptions.php28 public $allowJaggedRows; variable in Google\\Service\\Bigquery\\CsvOptions
57 public function setAllowJaggedRows($allowJaggedRows) argument
59 $this->allowJaggedRows = $allowJaggedRows;
66 return $this->allowJaggedRows;
H A DJobConfigurationLoad.php26 public $allowJaggedRows; variable in Google\\Service\\Bigquery\\JobConfigurationLoad
133 public function setAllowJaggedRows($allowJaggedRows) argument
135 $this->allowJaggedRows = $allowJaggedRows;
142 return $this->allowJaggedRows;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php997 public $allowJaggedRows; variable in Google_JobConfigurationLoad
1016 public function setAllowJaggedRows( $allowJaggedRows) { argument
1017 $this->allowJaggedRows = $allowJaggedRows;
1020 return $this->allowJaggedRows;