Class: Google::Cloud::Dlp::V2::ReidentifyContentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ReidentifyContentResponse
- 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
-
#item ⇒ ::Google::Cloud::Dlp::V2::ContentItem
The re-identified item.
-
#overview ⇒ ::Google::Cloud::Dlp::V2::TransformationOverview
An overview of the changes that were made to the
item
.
Instance Attribute Details
#item ⇒ ::Google::Cloud::Dlp::V2::ContentItem
Returns The re-identified item.
907 908 909 910 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 907 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
.
907 908 909 910 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 907 class ReidentifyContentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |