public final class JobConfigurationExtract extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JobConfigurationExtract() |
Modifier and Type | Method and Description |
---|---|
String |
getDestinationFormat()
[Experimental] Optional and defaults to CSV.
|
String |
getDestinationUri()
[Required] The fully-qualified Google Cloud Storage URI where the extracted table should be
written.
|
String |
getFieldDelimiter()
[Optional] Delimiter to use between fields in the exported data.
|
Boolean |
getPrintHeader()
[Optional] Whether to print out a heder row in the results.
|
TableReference |
getSourceTable()
[Required] A reference to the table being exported.
|
JobConfigurationExtract |
setDestinationFormat(String destinationFormat)
[Experimental] Optional and defaults to CSV.
|
JobConfigurationExtract |
setDestinationUri(String destinationUri)
[Required] The fully-qualified Google Cloud Storage URI where the extracted table should be
written.
|
JobConfigurationExtract |
setFieldDelimiter(String fieldDelimiter)
[Optional] Delimiter to use between fields in the exported data.
|
JobConfigurationExtract |
setPrintHeader(Boolean printHeader)
[Optional] Whether to print out a heder row in the results.
|
JobConfigurationExtract |
setSourceTable(TableReference sourceTable)
[Required] A reference to the table being exported.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getDestinationFormat()
null
.public JobConfigurationExtract setDestinationFormat(String destinationFormat)
null
.public String getDestinationUri()
null
.public JobConfigurationExtract setDestinationUri(String destinationUri)
null
.public String getFieldDelimiter()
null
.public JobConfigurationExtract setFieldDelimiter(String fieldDelimiter)
null
.public Boolean getPrintHeader()
null
.public JobConfigurationExtract setPrintHeader(Boolean printHeader)
null
.public TableReference getSourceTable()
null
.public JobConfigurationExtract setSourceTable(TableReference sourceTable)
null
.