Class: Google::Privacy::Dlp::V2::InspectDataSourceDetails
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::InspectDataSourceDetails
- 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
-
#requested_options ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::RequestedOptions
The configuration used for this job.
-
#result ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::Result
A summary of the outcome of this inspect job.
Instance Attribute Details
#requested_options ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::RequestedOptions
Returns The configuration used for this job.
508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 508 class InspectDataSourceDetails # @!attribute [rw] snapshot_inspect_template # @return [Google::Privacy::Dlp::V2::InspectTemplate] # If run with an inspect template, a snapshot of it's state at the time of # this run. # @!attribute [rw] job_config # @return [Google::Privacy::Dlp::V2::InspectJobConfig] class RequestedOptions; end # @!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 |
#result ⇒ Google::Privacy::Dlp::V2::InspectDataSourceDetails::Result
Returns A summary of the outcome of this inspect job.
508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 508 class InspectDataSourceDetails # @!attribute [rw] snapshot_inspect_template # @return [Google::Privacy::Dlp::V2::InspectTemplate] # If run with an inspect template, a snapshot of it's state at the time of # this run. # @!attribute [rw] job_config # @return [Google::Privacy::Dlp::V2::InspectJobConfig] class RequestedOptions; end # @!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 |