Class: Google::Cloud::Dlp::V2::TransformationOverview
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TransformationOverview
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Overview of the modifications that occurred.
Instance Attribute Summary collapse
-
#transformation_summaries ⇒ ::Array<::Google::Cloud::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::Cloud::Dlp::V2::TransformationSummary>
Returns Transformations applied to the dataset.
2970 2971 2972 2973 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2970 class TransformationOverview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformed_bytes ⇒ ::Integer
Returns Total size in bytes that were transformed in some way.
2970 2971 2972 2973 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2970 class TransformationOverview include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |