Class: Google::Cloud::Dlp::V2::DeidentifyDataSourceStats

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#transformation_count::Integer

Returns Number of successfully applied transformations.

Returns:

  • (::Integer)

    Number of successfully applied transformations.



1117
1118
1119
1120
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1117

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.

Returns:

  • (::Integer)

    Number of errors encountered while trying to apply transformations.



1117
1118
1119
1120
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1117

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.

Returns:

  • (::Integer)

    Total size in bytes that were transformed in some way.



1117
1118
1119
1120
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1117

class DeidentifyDataSourceStats
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end