Class: Google::Privacy::Dlp::V2::InspectDataSourceDetails::Result

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/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

#info_type_statsArray<Google::Privacy::Dlp::V2::InfoTypeStats>

Returns Statistics of how many instances of each info type were found during inspect job.

Returns:



613
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 613

class Result; end

#processed_bytesInteger

Returns Total size in bytes that were processed.

Returns:

  • (Integer)

    Total size in bytes that were processed.



613
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 613

class Result; end

#total_estimated_bytesInteger

Returns Estimate of the number of bytes to process.

Returns:

  • (Integer)

    Estimate of the number of bytes to process.



613
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 613

class Result; end