Class: Google::Privacy::Dlp::V2beta1::InspectContentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#inspect_configGoogle::Privacy::Dlp::V2beta1::InspectConfig

Returns Configuration for the inspector.

Returns:



283
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 283

class InspectContentRequest; end

#itemsArray<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.

Returns:

  • (Array<Google::Privacy::Dlp::V2beta1::ContentItem>)

    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