JobLoad

constructor(allowJaggedRows: Boolean? = null, allowQuotedNewlines: Boolean? = null, autodetect: Boolean? = null, createDisposition: String? = null, destinationEncryptionConfiguration: JobLoadDestinationEncryptionConfiguration? = null, destinationTable: JobLoadDestinationTable, encoding: String? = null, fieldDelimiter: String? = null, ignoreUnknownValues: Boolean? = null, jsonExtension: String? = null, maxBadRecords: Int? = null, nullMarker: String? = null, parquetOptions: JobLoadParquetOptions? = null, projectionFields: List<String>? = null, quote: String? = null, schemaUpdateOptions: List<String>? = null, skipLeadingRows: Int? = null, sourceFormat: String? = null, sourceUris: List<String>, timePartitioning: JobLoadTimePartitioning? = null, writeDisposition: String? = null)