Class: Google::Privacy::Dlp::V2::TransformationOverview
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::TransformationOverview
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Overview of the modifications that occurred.
Instance Attribute Summary collapse
-
#transformation_summaries ⇒ Array<Google::Privacy::Dlp::V2::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::V2::TransformationSummary>
Returns Transformations applied to the dataset.
1605 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1605 class TransformationOverview; end |
#transformed_bytes ⇒ Integer
Returns Total size in bytes that were transformed in some way.
1605 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1605 class TransformationOverview; end |