Struct google_bigquery2::api::JobConfiguration [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
copy: Option<JobConfigurationTableCopy>[Pick one] Copies a table.
dry_run: Option<bool>[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.
extract: Option<JobConfigurationExtract>[Pick one] Configures an extract job.
job_timeout_ms: Option<String>[Optional] Job timeout in milliseconds. If this time limit is exceeded, BigQuery may attempt to terminate the job.
job_type: Option<String>[Output-only] The type of the job. Can be QUERY, LOAD, EXTRACT, COPY or UNKNOWN.
labels: Option<HashMap<String, String>>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.
load: Option<JobConfigurationLoad>[Pick one] Configures a load job.
query: Option<JobConfigurationQuery>[Pick one] Configures a query job.
Trait Implementations
impl Clone for JobConfiguration[src]
fn clone(&self) -> JobConfiguration[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for JobConfiguration[src]
impl Default for JobConfiguration[src]
fn default() -> JobConfiguration[src]
impl<'de> Deserialize<'de> for JobConfiguration[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for JobConfiguration[src]
impl Serialize for JobConfiguration[src]
Auto Trait Implementations
impl RefUnwindSafe for JobConfiguration
impl Send for JobConfiguration
impl Sync for JobConfiguration
impl Unpin for JobConfiguration
impl UnwindSafe for JobConfiguration
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,