pub struct GooglePrivacyDlpV2RiskAnalysisJobConfig {
pub actions: Option<Vec<GooglePrivacyDlpV2Action>>,
pub privacy_metric: Option<GooglePrivacyDlpV2PrivacyMetric>,
pub source_table: Option<GooglePrivacyDlpV2BigQueryTable>,
}Expand description
Configuration for a risk analysis job. See https://cloud.google.com/sensitive-data-protection/docs/concepts-risk-analysis to learn more.
This type is not used in any activity, and only used as part of another schema.
Fields§
§actions: Option<Vec<GooglePrivacyDlpV2Action>>Actions to execute at the completion of the job. Are executed in the order provided.
privacy_metric: Option<GooglePrivacyDlpV2PrivacyMetric>Privacy metric to compute.
source_table: Option<GooglePrivacyDlpV2BigQueryTable>Input dataset to compute metrics over.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl Clone for GooglePrivacyDlpV2RiskAnalysisJobConfig
Source§fn clone(&self) -> GooglePrivacyDlpV2RiskAnalysisJobConfig
fn clone(&self) -> GooglePrivacyDlpV2RiskAnalysisJobConfig
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 Default for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl Default for GooglePrivacyDlpV2RiskAnalysisJobConfig
Source§fn default() -> GooglePrivacyDlpV2RiskAnalysisJobConfig
fn default() -> GooglePrivacyDlpV2RiskAnalysisJobConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2RiskAnalysisJobConfig
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
impl Part for GooglePrivacyDlpV2RiskAnalysisJobConfig
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl RefUnwindSafe for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl Send for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl Sync for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl Unpin for GooglePrivacyDlpV2RiskAnalysisJobConfig
impl UnwindSafe for GooglePrivacyDlpV2RiskAnalysisJobConfig
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