Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::FileClusterSummary.
The file cluster summary.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_risk_level
def data_risk_level() -> ::Google::Cloud::Dlp::V2::DataRiskLevel
Returns
- (::Google::Cloud::Dlp::V2::DataRiskLevel) — The data risk level of this cluster. RISK_LOW if nothing has been scanned.
#data_risk_level=
def data_risk_level=(value) -> ::Google::Cloud::Dlp::V2::DataRiskLevel
Parameter
- value (::Google::Cloud::Dlp::V2::DataRiskLevel) — The data risk level of this cluster. RISK_LOW if nothing has been scanned.
Returns
- (::Google::Cloud::Dlp::V2::DataRiskLevel) — The data risk level of this cluster. RISK_LOW if nothing has been scanned.
#errors
def errors() -> ::Array<::Google::Cloud::Dlp::V2::Error>
Returns
- (::Array<::Google::Cloud::Dlp::V2::Error>) — A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.
#errors=
def errors=(value) -> ::Array<::Google::Cloud::Dlp::V2::Error>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::Error>) — A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.
Returns
- (::Array<::Google::Cloud::Dlp::V2::Error>) — A list of errors detected while scanning this cluster. The list is truncated to 10 per cluster.
#file_cluster_type
def file_cluster_type() -> ::Google::Cloud::Dlp::V2::FileClusterType
Returns
- (::Google::Cloud::Dlp::V2::FileClusterType) — The file cluster type.
#file_cluster_type=
def file_cluster_type=(value) -> ::Google::Cloud::Dlp::V2::FileClusterType
Parameter
- value (::Google::Cloud::Dlp::V2::FileClusterType) — The file cluster type.
Returns
- (::Google::Cloud::Dlp::V2::FileClusterType) — The file cluster type.
#file_extensions_scanned
def file_extensions_scanned() -> ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
Returns
- (::Array<::Google::Cloud::Dlp::V2::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_scanned=
def file_extensions_scanned=(value) -> ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::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.
Returns
- (::Array<::Google::Cloud::Dlp::V2::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
def file_extensions_seen() -> ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
Returns
- (::Array<::Google::Cloud::Dlp::V2::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.
#file_extensions_seen=
def file_extensions_seen=(value) -> ::Array<::Google::Cloud::Dlp::V2::FileExtensionInfo>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::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.
Returns
- (::Array<::Google::Cloud::Dlp::V2::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.
#file_store_info_type_summaries
def file_store_info_type_summaries() -> ::Array<::Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary>
Returns
- (::Array<::Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary>) — InfoTypes detected in this cluster.
#file_store_info_type_summaries=
def file_store_info_type_summaries=(value) -> ::Array<::Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary>) — InfoTypes detected in this cluster.
Returns
- (::Array<::Google::Cloud::Dlp::V2::FileStoreInfoTypeSummary>) — InfoTypes detected in this cluster.
#no_files_exist
def no_files_exist() -> ::Boolean
Returns
- (::Boolean) — 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.
#no_files_exist=
def no_files_exist=(value) -> ::Boolean
Parameter
- value (::Boolean) — 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.
Returns
- (::Boolean) — 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.
#sensitivity_score
def sensitivity_score() -> ::Google::Cloud::Dlp::V2::SensitivityScore
Returns
- (::Google::Cloud::Dlp::V2::SensitivityScore) — The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.
#sensitivity_score=
def sensitivity_score=(value) -> ::Google::Cloud::Dlp::V2::SensitivityScore
Parameter
- value (::Google::Cloud::Dlp::V2::SensitivityScore) — The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.
Returns
- (::Google::Cloud::Dlp::V2::SensitivityScore) — The sensitivity score of this cluster. The score will be SENSITIVITY_LOW if nothing has been scanned.