Class: Google::Cloud::Dlp::V2::FileClusterSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::FileClusterSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The file cluster summary.
Instance Attribute Summary collapse
-
#data_risk_level ⇒ ::Google::Cloud::Dlp::V2::DataRiskLevel
The data risk level of this cluster.
-
#errors ⇒ ::Array<::Google::Cloud::Dlp::V2::Error>
A list of errors detected while scanning this cluster.
-
#file_cluster_type ⇒ ::Google::Cloud::Dlp::V2::FileClusterType
The file cluster type.
-
#file_extensions_scanned ⇒ ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
A sample of file types scanned in this cluster.
-
#file_extensions_seen ⇒ ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
A sample of file types seen in this cluster.
-
#file_store_info_type_summaries ⇒ ::Array<::Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary>
InfoTypes detected in this cluster.
-
#no_files_exist ⇒ ::Boolean
True if no files exist in this cluster.
-
#sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore
The sensitivity score of this cluster.
Instance Attribute Details
#data_risk_level ⇒ ::Google::Cloud::Dlp::V2::DataRiskLevel
Returns The data risk level of this cluster. RISK_LOW if nothing has been scanned.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#errors ⇒ ::Array<::Google::Cloud::Dlp::V2::Error>
Returns A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_cluster_type ⇒ ::Google::Cloud::Dlp::V2::FileClusterType
Returns The file cluster type.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_extensions_scanned ⇒ ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
Returns 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.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_extensions_seen ⇒ ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
Returns 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.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_store_info_type_summaries ⇒ ::Array<::Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary>
Returns InfoTypes detected in this cluster.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#no_files_exist ⇒ ::Boolean
Returns 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.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore
Returns The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.
6861 6862 6863 6864 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6861 class FileClusterSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |