Struct google_api_proto::google::privacy::dlp::v2::FileClusterSummary
source · pub struct FileClusterSummary {
pub file_cluster_type: Option<FileClusterType>,
pub file_store_info_type_summaries: Vec<FileStoreInfoTypeSummary>,
pub sensitivity_score: Option<SensitivityScore>,
pub data_risk_level: Option<DataRiskLevel>,
pub errors: Vec<Error>,
pub file_extensions_scanned: Vec<FileExtensionInfo>,
pub file_extensions_seen: Vec<FileExtensionInfo>,
pub no_files_exist: bool,
}
Expand description
The file cluster summary.
Fields§
§file_cluster_type: Option<FileClusterType>
The file cluster type.
file_store_info_type_summaries: Vec<FileStoreInfoTypeSummary>
InfoTypes detected in this cluster.
sensitivity_score: Option<SensitivityScore>
The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.
data_risk_level: Option<DataRiskLevel>
The data risk level of this cluster. RISK_LOW if nothing has been scanned.
errors: Vec<Error>
A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.
file_extensions_scanned: Vec<FileExtensionInfo>
A sample of file types scanned in this cluster. Empty if no files were scanned. File extensions can be derived from the file name or the file content.
file_extensions_seen: Vec<FileExtensionInfo>
A sample of file types seen in this cluster. Empty if no files were seen. File extensions can be derived from the file name or the file content.
no_files_exist: bool
True if no files exist in this cluster. If the bucket had more files than could be listed, this will be false even if no files for this cluster were seen and file_extensions_seen is empty.
Trait Implementations§
source§impl Clone for FileClusterSummary
impl Clone for FileClusterSummary
source§fn clone(&self) -> FileClusterSummary
fn clone(&self) -> FileClusterSummary
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for FileClusterSummary
impl Debug for FileClusterSummary
source§impl Default for FileClusterSummary
impl Default for FileClusterSummary
source§impl Message for FileClusterSummary
impl Message for FileClusterSummary
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 FileClusterSummary
impl PartialEq for FileClusterSummary
source§fn eq(&self, other: &FileClusterSummary) -> bool
fn eq(&self, other: &FileClusterSummary) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FileClusterSummary
Auto Trait Implementations§
impl Freeze for FileClusterSummary
impl RefUnwindSafe for FileClusterSummary
impl Send for FileClusterSummary
impl Sync for FileClusterSummary
impl Unpin for FileClusterSummary
impl UnwindSafe for FileClusterSummary
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