Struct google_cloud_bigquery::http::job::SparkStatistics
source · pub struct SparkStatistics {
pub endpoints: Option<HashMap<String, String>>,
pub spark_job_id: Option<String>,
pub spark_job_location: Option<String>,
pub logging_info: Option<LoggingInfo>,
}Fields§
§endpoints: Option<HashMap<String, String>>Output only. Endpoints returned from Dataproc. Key list: - history_server_endpoint: A link to Spark job UI. An object containing a list of “key”: value pairs. Example: { “name”: “wrench”, “mass”: “1.3kg”, “count”: “3” }.
spark_job_id: Option<String>Output only. Spark job ID if a Spark job is created successfully.
spark_job_location: Option<String>Output only. Location where the Spark job is executed. A location is selected by BigQueury for jobs configured to run in a multi-region.
logging_info: Option<LoggingInfo>Output only. Logging info is used to generate a link to Cloud Logging.
Trait Implementations§
source§impl Clone for SparkStatistics
impl Clone for SparkStatistics
source§fn clone(&self) -> SparkStatistics
fn clone(&self) -> SparkStatistics
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 SparkStatistics
impl Debug for SparkStatistics
source§impl Default for SparkStatistics
impl Default for SparkStatistics
source§fn default() -> SparkStatistics
fn default() -> SparkStatistics
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SparkStatistics
impl<'de> Deserialize<'de> for SparkStatistics
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<SparkStatistics> for SparkStatistics
impl PartialEq<SparkStatistics> for SparkStatistics
source§fn eq(&self, other: &SparkStatistics) -> bool
fn eq(&self, other: &SparkStatistics) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SparkStatistics
impl Serialize for SparkStatistics
impl StructuralPartialEq for SparkStatistics
Auto Trait Implementations§
impl RefUnwindSafe for SparkStatistics
impl Send for SparkStatistics
impl Sync for SparkStatistics
impl Unpin for SparkStatistics
impl UnwindSafe for SparkStatistics
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