Class: Google::Cloud::Dlp::V2::FileClusterSummary

Inherits:
Object
  • Object
show all
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

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.

Returns:



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

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.

Returns:



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

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.

Returns:



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

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.

Returns:



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

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.

Returns:



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

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.

Returns:



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

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.

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.



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

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.

Returns:



6860
6861
6862
6863
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6860

class FileClusterSummary
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end