Class: Google::Cloud::Dlp::V2::InspectDataSourceDetails::Result
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InspectDataSourceDetails::Result
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
All result fields mentioned below are updated while the job is processing.
Instance Attribute Summary collapse
-
#hybrid_stats ⇒ ::Google::Cloud::Dlp::V2::HybridInspectStatistics
Statistics related to the processing of hybrid inspect.
-
#info_type_stats ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>
Statistics of how many instances of each info type were found during inspect job.
-
#num_rows_processed ⇒ ::Integer
Number of rows scanned after sampling and time filtering (applicable for row based stores such as BigQuery).
-
#processed_bytes ⇒ ::Integer
Total size in bytes that were processed.
-
#total_estimated_bytes ⇒ ::Integer
Estimate of the number of bytes to process.
Instance Attribute Details
#hybrid_stats ⇒ ::Google::Cloud::Dlp::V2::HybridInspectStatistics
Returns Statistics related to the processing of hybrid inspect.
1073 1074 1075 1076 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1073 class Result include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#info_type_stats ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>
Returns Statistics of how many instances of each info type were found during inspect job.
1073 1074 1075 1076 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1073 class Result include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#num_rows_processed ⇒ ::Integer
Returns Number of rows scanned after sampling and time filtering (applicable for row based stores such as BigQuery).
1073 1074 1075 1076 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1073 class Result include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |