Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
JobConfigurationExtract |
JobConfigurationExtract.clone() |
JobConfigurationExtract |
JobConfiguration.getExtract()
[Pick one] Configures an extract job.
|
JobConfigurationExtract |
JobConfigurationExtract.set(String fieldName,
Object value) |
JobConfigurationExtract |
JobConfigurationExtract.setDestinationFormat(String destinationFormat)
[Experimental] Optional and defaults to CSV.
|
JobConfigurationExtract |
JobConfigurationExtract.setDestinationUri(String destinationUri)
[Required] The fully-qualified Google Cloud Storage URI where the extracted table should be
written.
|
JobConfigurationExtract |
JobConfigurationExtract.setFieldDelimiter(String fieldDelimiter)
[Optional] Delimiter to use between fields in the exported data.
|
JobConfigurationExtract |
JobConfigurationExtract.setPrintHeader(Boolean printHeader)
[Optional] Whether to print out a heder row in the results.
|
JobConfigurationExtract |
JobConfigurationExtract.setSourceTable(TableReference sourceTable)
[Required] A reference to the table being exported.
|
Modifier and Type | Method and Description |
---|---|
JobConfiguration |
JobConfiguration.setExtract(JobConfigurationExtract extract)
[Pick one] Configures an extract job.
|