Class: Google::Cloud::Dlp::V2::InspectContentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::InspectContentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Results of inspecting an item.
Instance Attribute Summary collapse
-
#result ⇒ ::Google::Cloud::Dlp::V2::InspectResult
The findings.
Instance Attribute Details
#result ⇒ ::Google::Cloud::Dlp::V2::InspectResult
Returns The findings.
957 958 959 960 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 957 class InspectContentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |