Class: Google::Cloud::Dlp::V2::DeidentifyDataSourceStats
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DeidentifyDataSourceStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Summary of what was modified during a transformation.
Instance Attribute Summary collapse
-
#transformation_count ⇒ ::Integer
Number of successfully applied transformations.
-
#transformation_error_count ⇒ ::Integer
Number of errors encountered while trying to apply transformations.
-
#transformed_bytes ⇒ ::Integer
Total size in bytes that were transformed in some way.
Instance Attribute Details
#transformation_count ⇒ ::Integer
Returns Number of successfully applied transformations.
1134 1135 1136 1137 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1134 class DeidentifyDataSourceStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformation_error_count ⇒ ::Integer
Returns Number of errors encountered while trying to apply transformations.
1134 1135 1136 1137 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1134 class DeidentifyDataSourceStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#transformed_bytes ⇒ ::Integer
Returns Total size in bytes that were transformed in some way.
1134 1135 1136 1137 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1134 class DeidentifyDataSourceStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |