Class: Google::Cloud::Dlp::V2::TransformationOverview

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

Instance Attribute Details

#transformation_summaries::Array<::Google::Cloud::Dlp::V2::TransformationSummary>

Returns Transformations applied to the dataset.

Returns:



2919
2920
2921
2922
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2919

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.

Returns:

  • (::Integer)

    Total size in bytes that were transformed in some way.



2919
2920
2921
2922
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2919

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