allowJaggedRows = $allowJaggedRows; } public function getAllowJaggedRows() { return $this->allowJaggedRows; } public function setAllowQuotedNewlines($allowQuotedNewlines) { $this->allowQuotedNewlines = $allowQuotedNewlines; } public function getAllowQuotedNewlines() { return $this->allowQuotedNewlines; } public function setAutodetect($autodetect) { $this->autodetect = $autodetect; } public function getAutodetect() { return $this->autodetect; } /** * @param Google_Service_Bigquery_Clustering */ public function setClustering(Google_Service_Bigquery_Clustering $clustering) { $this->clustering = $clustering; } /** * @return Google_Service_Bigquery_Clustering */ public function getClustering() { return $this->clustering; } public function setCreateDisposition($createDisposition) { $this->createDisposition = $createDisposition; } public function getCreateDisposition() { return $this->createDisposition; } /** * @param Google_Service_Bigquery_EncryptionConfiguration */ public function setDestinationEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $destinationEncryptionConfiguration) { $this->destinationEncryptionConfiguration = $destinationEncryptionConfiguration; } /** * @return Google_Service_Bigquery_EncryptionConfiguration */ public function getDestinationEncryptionConfiguration() { return $this->destinationEncryptionConfiguration; } /** * @param Google_Service_Bigquery_TableReference */ public function setDestinationTable(Google_Service_Bigquery_TableReference $destinationTable) { $this->destinationTable = $destinationTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getDestinationTable() { return $this->destinationTable; } /** * @param Google_Service_Bigquery_DestinationTableProperties */ public function setDestinationTableProperties(Google_Service_Bigquery_DestinationTableProperties $destinationTableProperties) { $this->destinationTableProperties = $destinationTableProperties; } /** * @return Google_Service_Bigquery_DestinationTableProperties */ public function getDestinationTableProperties() { return $this->destinationTableProperties; } public function setEncoding($encoding) { $this->encoding = $encoding; } public function getEncoding() { return $this->encoding; } public function setFieldDelimiter($fieldDelimiter) { $this->fieldDelimiter = $fieldDelimiter; } public function getFieldDelimiter() { return $this->fieldDelimiter; } public function setHivePartitioningMode($hivePartitioningMode) { $this->hivePartitioningMode = $hivePartitioningMode; } public function getHivePartitioningMode() { return $this->hivePartitioningMode; } /** * @param Google_Service_Bigquery_HivePartitioningOptions */ public function setHivePartitioningOptions(Google_Service_Bigquery_HivePartitioningOptions $hivePartitioningOptions) { $this->hivePartitioningOptions = $hivePartitioningOptions; } /** * @return Google_Service_Bigquery_HivePartitioningOptions */ public function getHivePartitioningOptions() { return $this->hivePartitioningOptions; } public function setIgnoreUnknownValues($ignoreUnknownValues) { $this->ignoreUnknownValues = $ignoreUnknownValues; } public function getIgnoreUnknownValues() { return $this->ignoreUnknownValues; } public function setMaxBadRecords($maxBadRecords) { $this->maxBadRecords = $maxBadRecords; } public function getMaxBadRecords() { return $this->maxBadRecords; } public function setNullMarker($nullMarker) { $this->nullMarker = $nullMarker; } public function getNullMarker() { return $this->nullMarker; } public function setProjectionFields($projectionFields) { $this->projectionFields = $projectionFields; } public function getProjectionFields() { return $this->projectionFields; } public function setQuote($quote) { $this->quote = $quote; } public function getQuote() { return $this->quote; } /** * @param Google_Service_Bigquery_RangePartitioning */ public function setRangePartitioning(Google_Service_Bigquery_RangePartitioning $rangePartitioning) { $this->rangePartitioning = $rangePartitioning; } /** * @return Google_Service_Bigquery_RangePartitioning */ public function getRangePartitioning() { return $this->rangePartitioning; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } public function setSchemaInline($schemaInline) { $this->schemaInline = $schemaInline; } public function getSchemaInline() { return $this->schemaInline; } public function setSchemaInlineFormat($schemaInlineFormat) { $this->schemaInlineFormat = $schemaInlineFormat; } public function getSchemaInlineFormat() { return $this->schemaInlineFormat; } public function setSchemaUpdateOptions($schemaUpdateOptions) { $this->schemaUpdateOptions = $schemaUpdateOptions; } public function getSchemaUpdateOptions() { return $this->schemaUpdateOptions; } public function setSkipLeadingRows($skipLeadingRows) { $this->skipLeadingRows = $skipLeadingRows; } public function getSkipLeadingRows() { return $this->skipLeadingRows; } public function setSourceFormat($sourceFormat) { $this->sourceFormat = $sourceFormat; } public function getSourceFormat() { return $this->sourceFormat; } public function setSourceUris($sourceUris) { $this->sourceUris = $sourceUris; } public function getSourceUris() { return $this->sourceUris; } /** * @param Google_Service_Bigquery_TimePartitioning */ public function setTimePartitioning(Google_Service_Bigquery_TimePartitioning $timePartitioning) { $this->timePartitioning = $timePartitioning; } /** * @return Google_Service_Bigquery_TimePartitioning */ public function getTimePartitioning() { return $this->timePartitioning; } public function setUseAvroLogicalTypes($useAvroLogicalTypes) { $this->useAvroLogicalTypes = $useAvroLogicalTypes; } public function getUseAvroLogicalTypes() { return $this->useAvroLogicalTypes; } public function setWriteDisposition($writeDisposition) { $this->writeDisposition = $writeDisposition; } public function getWriteDisposition() { return $this->writeDisposition; } }