Class: Google::Cloud::Dlp::V2::InspectDataSourceDetails::Result

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

Instance Attribute Details

#hybrid_stats::Google::Cloud::Dlp::V2::HybridInspectStatistics

Returns Statistics related to the processing of hybrid inspect.

Returns:



1055
1056
1057
1058
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1055

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.

Returns:



1055
1056
1057
1058
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1055

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

#processed_bytes::Integer

Returns Total size in bytes that were processed.

Returns:

  • (::Integer)

    Total size in bytes that were processed.



1055
1056
1057
1058
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1055

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

#total_estimated_bytes::Integer

Returns Estimate of the number of bytes to process.

Returns:

  • (::Integer)

    Estimate of the number of bytes to process.



1055
1056
1057
1058
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1055

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