BigQuery API v2 (revision 86)



Uses of Class
com.google.api.services.bigquery.model.JobConfigurationExtract

Packages that use JobConfigurationExtract
com.google.api.services.bigquery.model   
 

Uses of JobConfigurationExtract in com.google.api.services.bigquery.model
 

Methods in com.google.api.services.bigquery.model that return JobConfigurationExtract
 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.
 

Methods in com.google.api.services.bigquery.model with parameters of type JobConfigurationExtract
 JobConfiguration JobConfiguration.setExtract(JobConfigurationExtract extract)
          [Pick one] Configures an extract job.