Enum google_api_proto::google::privacy::dlp::v2::UniquenessScoreLevel
source · #[repr(i32)]pub enum UniquenessScoreLevel {
Unspecified = 0,
UniquenessScoreLow = 1,
UniquenessScoreMedium = 2,
UniquenessScoreHigh = 3,
}
Expand description
Bucketized uniqueness score levels. A higher uniqueness score is a strong signal that the column may contain a unique identifier like user id. A low value indicates that the column contains few unique values like booleans or other classifiers.
Variants§
Unspecified = 0
Some columns do not have estimated uniqueness. Possible reasons include having too few values.
UniquenessScoreLow = 1
Low uniqueness, possibly a boolean, enum or similiarly typed column.
UniquenessScoreMedium = 2
Medium uniqueness.
UniquenessScoreHigh = 3
High uniqueness, possibly a column of free text or unique identifiers.
Implementations§
source§impl UniquenessScoreLevel
impl UniquenessScoreLevel
sourcepub fn is_valid(value: i32) -> bool
pub fn is_valid(value: i32) -> bool
Returns true
if value
is a variant of UniquenessScoreLevel
.
sourcepub fn from_i32(value: i32) -> Option<UniquenessScoreLevel>
👎Deprecated: Use the TryFrom<i32> implementation instead
pub fn from_i32(value: i32) -> Option<UniquenessScoreLevel>
Converts an i32
to a UniquenessScoreLevel
, or None
if value
is not a valid variant.
source§impl UniquenessScoreLevel
impl UniquenessScoreLevel
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for UniquenessScoreLevel
impl Clone for UniquenessScoreLevel
source§fn clone(&self) -> UniquenessScoreLevel
fn clone(&self) -> UniquenessScoreLevel
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UniquenessScoreLevel
impl Debug for UniquenessScoreLevel
source§impl Default for UniquenessScoreLevel
impl Default for UniquenessScoreLevel
source§fn default() -> UniquenessScoreLevel
fn default() -> UniquenessScoreLevel
source§impl From<UniquenessScoreLevel> for i32
impl From<UniquenessScoreLevel> for i32
source§fn from(value: UniquenessScoreLevel) -> i32
fn from(value: UniquenessScoreLevel) -> i32
source§impl Hash for UniquenessScoreLevel
impl Hash for UniquenessScoreLevel
source§impl Ord for UniquenessScoreLevel
impl Ord for UniquenessScoreLevel
source§fn cmp(&self, other: &UniquenessScoreLevel) -> Ordering
fn cmp(&self, other: &UniquenessScoreLevel) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for UniquenessScoreLevel
impl PartialEq for UniquenessScoreLevel
source§fn eq(&self, other: &UniquenessScoreLevel) -> bool
fn eq(&self, other: &UniquenessScoreLevel) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UniquenessScoreLevel
impl PartialOrd for UniquenessScoreLevel
source§fn partial_cmp(&self, other: &UniquenessScoreLevel) -> Option<Ordering>
fn partial_cmp(&self, other: &UniquenessScoreLevel) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for UniquenessScoreLevel
impl TryFrom<i32> for UniquenessScoreLevel
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<UniquenessScoreLevel, UnknownEnumValue>
fn try_from(value: i32) -> Result<UniquenessScoreLevel, UnknownEnumValue>
impl Copy for UniquenessScoreLevel
impl Eq for UniquenessScoreLevel
impl StructuralPartialEq for UniquenessScoreLevel
Auto Trait Implementations§
impl Freeze for UniquenessScoreLevel
impl RefUnwindSafe for UniquenessScoreLevel
impl Send for UniquenessScoreLevel
impl Sync for UniquenessScoreLevel
impl Unpin for UniquenessScoreLevel
impl UnwindSafe for UniquenessScoreLevel
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§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