JobConfigurationResponse

data class JobConfigurationResponse(val copy: JobConfigurationTableCopyResponse, val dryRun: Boolean, val extract: JobConfigurationExtractResponse, val jobTimeoutMs: String, val jobType: String, val labels: Map<String, String>, val load: JobConfigurationLoadResponse, val query: JobConfigurationQueryResponse)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Pick one Copies a table.

Link copied to clipboard

Optional If set, don't actually run this job. A valid query will return a mostly empty response with some processing statistics, while an invalid query will return the same error it would if it wasn't a dry run. Behavior of non-query jobs is undefined.

Link copied to clipboard

Pick one Configures an extract job.

Link copied to clipboard

Optional Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.

Link copied to clipboard

The type of the job. Can be QUERY, LOAD, EXTRACT, COPY or UNKNOWN.

Link copied to clipboard

The labels associated with this job. You can use these to organize and group your jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter and each label in the list must have a different key.

Link copied to clipboard

Pick one Configures a load job.

Link copied to clipboard

Pick one Configures a query job.