pub struct GooglePrivacyDlpV2InfoType {
pub name: Option<String>,
pub sensitivity_score: Option<GooglePrivacyDlpV2SensitivityScore>,
pub version: Option<String>,
}Expand description
Type of information detected by the API.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Name of the information type. Either a name of your choosing when creating a CustomInfoType, or one of the names listed at https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference when specifying a built-in type. When sending Cloud DLP results to Data Catalog, infoType names should conform to the pattern [A-Za-z0-9$_-]{1,64}.
sensitivity_score: Option<GooglePrivacyDlpV2SensitivityScore>Optional custom sensitivity for this InfoType. This only applies to data profiling.
version: Option<String>Optional version name for this InfoType.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2InfoType
impl Clone for GooglePrivacyDlpV2InfoType
Source§fn clone(&self) -> GooglePrivacyDlpV2InfoType
fn clone(&self) -> GooglePrivacyDlpV2InfoType
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 GooglePrivacyDlpV2InfoType
impl Debug for GooglePrivacyDlpV2InfoType
Source§impl Default for GooglePrivacyDlpV2InfoType
impl Default for GooglePrivacyDlpV2InfoType
Source§fn default() -> GooglePrivacyDlpV2InfoType
fn default() -> GooglePrivacyDlpV2InfoType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2InfoType
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2InfoType
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 GooglePrivacyDlpV2InfoType
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2InfoType
impl RefUnwindSafe for GooglePrivacyDlpV2InfoType
impl Send for GooglePrivacyDlpV2InfoType
impl Sync for GooglePrivacyDlpV2InfoType
impl Unpin for GooglePrivacyDlpV2InfoType
impl UnwindSafe for GooglePrivacyDlpV2InfoType
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