Struct google_api_proto::google::privacy::dlp::v2::privacy_metric::KMapEstimationConfig
source · pub struct KMapEstimationConfig {
pub quasi_ids: Vec<TaggedField>,
pub region_code: String,
pub auxiliary_tables: Vec<AuxiliaryTable>,
}
Expand description
Reidentifiability metric. This corresponds to a risk model similar to what is called “journalist risk” in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset.
Fields§
§quasi_ids: Vec<TaggedField>
Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.
region_code: String
ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
auxiliary_tables: Vec<AuxiliaryTable>
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.
Trait Implementations§
source§impl Clone for KMapEstimationConfig
impl Clone for KMapEstimationConfig
source§fn clone(&self) -> KMapEstimationConfig
fn clone(&self) -> KMapEstimationConfig
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for KMapEstimationConfig
impl Debug for KMapEstimationConfig
source§impl Default for KMapEstimationConfig
impl Default for KMapEstimationConfig
source§impl Message for KMapEstimationConfig
impl Message for KMapEstimationConfig
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 KMapEstimationConfig
impl PartialEq for KMapEstimationConfig
source§fn eq(&self, other: &KMapEstimationConfig) -> bool
fn eq(&self, other: &KMapEstimationConfig) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for KMapEstimationConfig
Auto Trait Implementations§
impl Freeze for KMapEstimationConfig
impl RefUnwindSafe for KMapEstimationConfig
impl Send for KMapEstimationConfig
impl Sync for KMapEstimationConfig
impl Unpin for KMapEstimationConfig
impl UnwindSafe for KMapEstimationConfig
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