Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ReidentifyContentResponse.
Results of re-identifying a item.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#item
def item() -> ::Google::Cloud::Dlp::V2::ContentItem
Returns
- (::Google::Cloud::Dlp::V2::ContentItem) — The re-identified item.
#item=
def item=(value) -> ::Google::Cloud::Dlp::V2::ContentItem
Parameter
- value (::Google::Cloud::Dlp::V2::ContentItem) — The re-identified item.
Returns
- (::Google::Cloud::Dlp::V2::ContentItem) — The re-identified item.
#overview
def overview() -> ::Google::Cloud::Dlp::V2::TransformationOverview
Returns
-
(::Google::Cloud::Dlp::V2::TransformationOverview) — An overview of the changes that were made to the
item
.
#overview=
def overview=(value) -> ::Google::Cloud::Dlp::V2::TransformationOverview
Parameter
-
value (::Google::Cloud::Dlp::V2::TransformationOverview) — An overview of the changes that were made to the
item
.
Returns
-
(::Google::Cloud::Dlp::V2::TransformationOverview) — An overview of the changes that were made to the
item
.