Struct google_cloud_bigquery::http::job::JobStatisticsExtract
source · pub struct JobStatisticsExtract {
pub destination_uri_file_counts: Option<Vec<i64>>,
pub input_bytes: Option<i64>,
pub timeline: Option<Vec<QueryTimelineSample>>,
}Fields§
§destination_uri_file_counts: Option<Vec<i64>>Output only. Number of files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the ‘destinationUris’ field.
input_bytes: Option<i64>Output only. Number of user bytes extracted into the result. This is the byte count as computed by BigQuery for billing purposes and doesn’t have any relationship with the number of actual result bytes extracted in the desired format.
timeline: Option<Vec<QueryTimelineSample>>Output only. Describes a timeline of job execution.
Trait Implementations§
source§impl Clone for JobStatisticsExtract
impl Clone for JobStatisticsExtract
source§fn clone(&self) -> JobStatisticsExtract
fn clone(&self) -> JobStatisticsExtract
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JobStatisticsExtract
impl Debug for JobStatisticsExtract
source§impl Default for JobStatisticsExtract
impl Default for JobStatisticsExtract
source§fn default() -> JobStatisticsExtract
fn default() -> JobStatisticsExtract
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for JobStatisticsExtract
impl<'de> Deserialize<'de> for JobStatisticsExtract
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for JobStatisticsExtract
impl PartialEq for JobStatisticsExtract
source§fn eq(&self, other: &JobStatisticsExtract) -> bool
fn eq(&self, other: &JobStatisticsExtract) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for JobStatisticsExtract
impl Serialize for JobStatisticsExtract
impl StructuralPartialEq for JobStatisticsExtract
Auto Trait Implementations§
impl Freeze for JobStatisticsExtract
impl RefUnwindSafe for JobStatisticsExtract
impl Send for JobStatisticsExtract
impl Sync for JobStatisticsExtract
impl Unpin for JobStatisticsExtract
impl UnwindSafe for JobStatisticsExtract
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request