pub struct SparkLoggingInfo {
pub project_id: Option<String>,
pub resource_type: Option<String>,
}Expand description
Spark job logs can be filtered by these fields in Cloud Logging.
This type is not used in any activity, and only used as part of another schema.
Fields§
§project_id: Option<String>Output only. Project ID where the Spark logs were written.
resource_type: Option<String>Output only. Resource type used for logging.
Trait Implementations§
Source§impl Clone for SparkLoggingInfo
impl Clone for SparkLoggingInfo
Source§fn clone(&self) -> SparkLoggingInfo
fn clone(&self) -> SparkLoggingInfo
Returns a duplicate 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 SparkLoggingInfo
impl Debug for SparkLoggingInfo
Source§impl Default for SparkLoggingInfo
impl Default for SparkLoggingInfo
Source§fn default() -> SparkLoggingInfo
fn default() -> SparkLoggingInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SparkLoggingInfo
impl<'de> Deserialize<'de> for SparkLoggingInfo
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 Serialize for SparkLoggingInfo
impl Serialize for SparkLoggingInfo
impl Part for SparkLoggingInfo
Auto Trait Implementations§
impl Freeze for SparkLoggingInfo
impl RefUnwindSafe for SparkLoggingInfo
impl Send for SparkLoggingInfo
impl Sync for SparkLoggingInfo
impl Unpin for SparkLoggingInfo
impl UnwindSafe for SparkLoggingInfo
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