Class: Google::Cloud::Dlp::V2::ReidentifyContentResponse

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 re-identifying an item.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns The re-identified item.

Returns:



893
894
895
896
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 893

class ReidentifyContentResponse
  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 to the item.

Returns:



893
894
895
896
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 893

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