Class: Google::Privacy::Dlp::V2beta1::InspectContentRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::InspectContentRequest
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Request to search for potentially sensitive info in a list of items.
Instance Attribute Summary collapse
-
#inspect_config ⇒ Google::Privacy::Dlp::V2beta1::InspectConfig
Configuration for the inspector.
-
#items ⇒ Array<Google::Privacy::Dlp::V2beta1::ContentItem>
The list of items to inspect.
Instance Attribute Details
#inspect_config ⇒ Google::Privacy::Dlp::V2beta1::InspectConfig
Returns Configuration for the inspector.
283 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 283 class InspectContentRequest; end |
#items ⇒ Array<Google::Privacy::Dlp::V2beta1::ContentItem>
Returns The list of items to inspect. Items in a single request are considered "related" unless inspect_config.independent_inputs is true. Up to 100 are allowed per request.
283 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 283 class InspectContentRequest; end |