Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ExternalDataConfiguration |
ExternalDataConfiguration.clone() |
ExternalDataConfiguration |
Table.getExternalDataConfiguration()
[Experimental] Describes the data format, location, and other properties of a table stored
outside of BigQuery.
|
ExternalDataConfiguration |
ExternalDataConfiguration.set(java.lang.String fieldName,
java.lang.Object value) |
ExternalDataConfiguration |
ExternalDataConfiguration.setCompression(java.lang.String compression)
[Optional] The compression type of the data source.
|
ExternalDataConfiguration |
ExternalDataConfiguration.setCsvOptions(CsvOptions csvOptions)
Additional properties to set if sourceFormat is set to CSV.
|
ExternalDataConfiguration |
ExternalDataConfiguration.setIgnoreUnknownValues(java.lang.Boolean ignoreUnknownValues)
[Optional] Indicates if BigQuery should allow extra values that are not represented in the
table schema.
|
ExternalDataConfiguration |
ExternalDataConfiguration.setMaxBadRecords(java.lang.Integer maxBadRecords)
[Optional] The maximum number of bad records that BigQuery can ignore when reading data.
|
ExternalDataConfiguration |
ExternalDataConfiguration.setSchema(TableSchema schema)
[Optional] The schema for the data.
|
ExternalDataConfiguration |
ExternalDataConfiguration.setSourceFormat(java.lang.String sourceFormat)
[Required] The data format.
|
ExternalDataConfiguration |
ExternalDataConfiguration.setSourceUris(java.util.List<java.lang.String> sourceUris)
[Required] The fully-qualified URIs that point to your data in Google Cloud Storage.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ExternalDataConfiguration> |
JobConfigurationQuery.getTableDefinitions()
[Experimental] If querying an external data source outside of BigQuery, describes the data
format, location and other properties of the data source.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setExternalDataConfiguration(ExternalDataConfiguration externalDataConfiguration)
[Experimental] Describes the data format, location, and other properties of a table stored
outside of BigQuery.
|
Modifier and Type | Method and Description |
---|---|
JobConfigurationQuery |
JobConfigurationQuery.setTableDefinitions(java.util.Map<java.lang.String,ExternalDataConfiguration> tableDefinitions)
[Experimental] If querying an external data source outside of BigQuery, describes the data
format, location and other properties of the data source.
|