Struct google_api_proto::google::cloud::bigquery::logging::v1::JobStatistics
source · pub struct JobStatistics {Show 15 fields
pub create_time: Option<Timestamp>,
pub start_time: Option<Timestamp>,
pub end_time: Option<Timestamp>,
pub total_processed_bytes: i64,
pub total_billed_bytes: i64,
pub billing_tier: i32,
pub total_slot_ms: i64,
pub reservation_usage: Vec<ReservationResourceUsage>,
pub reservation: String,
pub referenced_tables: Vec<TableName>,
pub total_tables_processed: i32,
pub referenced_views: Vec<TableName>,
pub total_views_processed: i32,
pub query_output_row_count: i64,
pub total_load_output_bytes: i64,
}
Expand description
Job statistics that may change after a job starts.
Fields§
§create_time: Option<Timestamp>
Time when the job was created.
start_time: Option<Timestamp>
Time when the job started.
end_time: Option<Timestamp>
Time when the job ended.
total_processed_bytes: i64
Total bytes processed for a job.
total_billed_bytes: i64
Processed bytes, adjusted by the job’s CPU usage.
billing_tier: i32
The tier assigned by CPU-based billing.
total_slot_ms: i64
The total number of slot-ms consumed by the query job.
reservation_usage: Vec<ReservationResourceUsage>
Reservation usage. This field reported misleading information and will no longer be populated. Aggregate usage of all jobs submitted to a reservation should provide a more reliable indicator of reservation imbalance.
reservation: String
Reservation name or “unreserved” for on-demand resource usage.
referenced_tables: Vec<TableName>
The first N tables accessed by the query job. Older queries that reference a large number of tables may not have all of their tables in this list. You can use the total_tables_processed count to know how many total tables were read in the query. For new queries, there is currently no limit.
total_tables_processed: i32
Total number of unique tables referenced in the query.
referenced_views: Vec<TableName>
The first N views accessed by the query job. Older queries that reference a large number of views may not have all of their views in this list. You can use the total_tables_processed count to know how many total tables were read in the query. For new queries, there is currently no limit.
total_views_processed: i32
Total number of unique views referenced in the query.
query_output_row_count: i64
Number of output rows produced by the query job.
total_load_output_bytes: i64
Total bytes loaded for an import job.
Trait Implementations§
source§impl Clone for JobStatistics
impl Clone for JobStatistics
source§fn clone(&self) -> JobStatistics
fn clone(&self) -> JobStatistics
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for JobStatistics
impl Debug for JobStatistics
source§impl Default for JobStatistics
impl Default for JobStatistics
source§impl Message for JobStatistics
impl Message for JobStatistics
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for JobStatistics
impl PartialEq for JobStatistics
source§fn eq(&self, other: &JobStatistics) -> bool
fn eq(&self, other: &JobStatistics) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for JobStatistics
Auto Trait Implementations§
impl Freeze for JobStatistics
impl RefUnwindSafe for JobStatistics
impl Send for JobStatistics
impl Sync for JobStatistics
impl Unpin for JobStatistics
impl UnwindSafe for JobStatistics
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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>
T
in a tonic::Request