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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

The results of an inspect DataSource job.

Defined Under Namespace

Classes: RequestedOptions, Result

Instance Attribute Summary collapse

Instance Attribute Details

#requested_optionsGoogle::Privacy::Dlp::V2::InspectDataSourceDetails::RequestedOptions

Returns The configuration used for this job.

Returns:



593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 593

class InspectDataSourceDetails
  # @!attribute [rw] snapshot_inspect_template
  #   @return [Google::Privacy::Dlp::V2::InspectTemplate]
  #     If run with an InspectTemplate, a snapshot of its state at the time of
  #     this run.
  # @!attribute [rw] job_config
  #   @return [Google::Privacy::Dlp::V2::InspectJobConfig]
  class RequestedOptions; end

  # All result fields mentioned below are updated while the job is processing.
  # @!attribute [rw] processed_bytes
  #   @return [Integer]
  #     Total size in bytes that were processed.
  # @!attribute [rw] total_estimated_bytes
  #   @return [Integer]
  #     Estimate of the number of bytes to process.
  # @!attribute [rw] info_type_stats
  #   @return [Array<Google::Privacy::Dlp::V2::InfoTypeStats>]
  #     Statistics of how many instances of each info type were found during
  #     inspect job.
  class Result; end
end

#resultGoogle::Privacy::Dlp::V2::InspectDataSourceDetails::Result

Returns A summary of the outcome of this inspect job.

Returns:



593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 593

class InspectDataSourceDetails
  # @!attribute [rw] snapshot_inspect_template
  #   @return [Google::Privacy::Dlp::V2::InspectTemplate]
  #     If run with an InspectTemplate, a snapshot of its state at the time of
  #     this run.
  # @!attribute [rw] job_config
  #   @return [Google::Privacy::Dlp::V2::InspectJobConfig]
  class RequestedOptions; end

  # All result fields mentioned below are updated while the job is processing.
  # @!attribute [rw] processed_bytes
  #   @return [Integer]
  #     Total size in bytes that were processed.
  # @!attribute [rw] total_estimated_bytes
  #   @return [Integer]
  #     Estimate of the number of bytes to process.
  # @!attribute [rw] info_type_stats
  #   @return [Array<Google::Privacy::Dlp::V2::InfoTypeStats>]
  #     Statistics of how many instances of each info type were found during
  #     inspect job.
  class Result; end
end