Class: Google::Cloud::Dlp::V2::InspectContentResponse

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 inspecting an item.

Instance Attribute Summary collapse

Instance Attribute Details

#result::Google::Cloud::Dlp::V2::InspectResult

Returns The findings.

Returns:



947
948
949
950
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 947

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