Class: Google::Privacy::Dlp::V2beta1::DeidentificationSummary
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::DeidentificationSummary
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
High level summary of deidentification.
Instance Attribute Summary collapse
-
#transformation_summaries ⇒ Array<Google::Privacy::Dlp::V2beta1::TransformationSummary>
Transformations applied to the dataset.
-
#transformed_bytes ⇒ Integer
Total size in bytes that were transformed in some way.
Instance Attribute Details
#transformation_summaries ⇒ Array<Google::Privacy::Dlp::V2beta1::TransformationSummary>
Returns Transformations applied to the dataset.
1149 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1149 class DeidentificationSummary; end |
#transformed_bytes ⇒ Integer
Returns Total size in bytes that were transformed in some way.
1149 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1149 class DeidentificationSummary; end |