Class: Google::Cloud::Dlp::V2::DeidentifyContentResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Results of de-identifying a ContentItem.

Instance Attribute Summary collapse

Instance Attribute Details

#item::Google::Cloud::Dlp::V2::ContentItem

Returns The de-identified item.

Returns:



824
825
826
827
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 824

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

#overview::Google::Cloud::Dlp::V2::TransformationOverview

Returns An overview of the changes that were made on the item.

Returns:



824
825
826
827
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 824

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