google_api_big_query v0.13.0 GoogleApi.BigQuery.V2.Model.JobConfiguration View Source
Attributes
- copy (GoogleApi.BigQuery.V2.Model.JobConfigurationTableCopy.t): [Pick one] Copies a table. Defaults to
nil
. - dryRun (boolean()): [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. Defaults to
nil
. - extract (GoogleApi.BigQuery.V2.Model.JobConfigurationExtract.t): [Pick one] Configures an extract job. Defaults to
nil
. - jobTimeoutMs (String.t): [Optional] Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job. Defaults to
nil
. - jobType (String.t): [Output-only] The type of the job. Can be QUERY, LOAD, EXTRACT, COPY or UNKNOWN. Defaults to
nil
. - labels (map()): 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. Defaults to
nil
. - load (GoogleApi.BigQuery.V2.Model.JobConfigurationLoad.t): [Pick one] Configures a load job. Defaults to
nil
. - query (GoogleApi.BigQuery.V2.Model.JobConfigurationQuery.t): [Pick one] Configures a query job. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.JobConfiguration{
copy: GoogleApi.BigQuery.V2.Model.JobConfigurationTableCopy.t(),
dryRun: boolean(),
extract: GoogleApi.BigQuery.V2.Model.JobConfigurationExtract.t(),
jobTimeoutMs: String.t(),
jobType: String.t(),
labels: map(),
load: GoogleApi.BigQuery.V2.Model.JobConfigurationLoad.t(),
query: GoogleApi.BigQuery.V2.Model.JobConfigurationQuery.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.JobConfiguration{ copy: GoogleApi.BigQuery.V2.Model.JobConfigurationTableCopy.t(), dryRun: boolean(), extract: GoogleApi.BigQuery.V2.Model.JobConfigurationExtract.t(), jobTimeoutMs: String.t(), jobType: String.t(), labels: map(), load: GoogleApi.BigQuery.V2.Model.JobConfigurationLoad.t(), query: GoogleApi.BigQuery.V2.Model.JobConfigurationQuery.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.