Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DExternalDataConfiguration.php56 public $maxBadRecords; variable in Google\\Service\\Bigquery\\ExternalDataConfiguration
213 public function setMaxBadRecords($maxBadRecords) argument
215 $this->maxBadRecords = $maxBadRecords;
222 return $this->maxBadRecords;
H A DJobConfigurationLoad.php72 public $maxBadRecords; variable in Google\\Service\\Bigquery\\JobConfigurationLoad
329 public function setMaxBadRecords($maxBadRecords) argument
331 $this->maxBadRecords = $maxBadRecords;
338 return $this->maxBadRecords;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1005 public $maxBadRecords; variable in Google_JobConfigurationLoad
1052 public function setMaxBadRecords( $maxBadRecords) { argument
1053 $this->maxBadRecords = $maxBadRecords;
1056 return $this->maxBadRecords;