Class: Google::Privacy::Dlp::V2beta1::DeidentifyContentRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb

Overview

Request to de-identify a list of items.

Instance Attribute Summary collapse

Instance Attribute Details

#deidentify_configGoogle::Privacy::Dlp::V2beta1::DeidentifyConfig

Returns Configuration for the de-identification of the list of content items.

Returns:



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

class DeidentifyContentRequest; end

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

Returns Configuration for the inspector.

Returns:



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

class DeidentifyContentRequest; end

#itemsArray<Google::Privacy::Dlp::V2beta1::ContentItem>

Returns The list of items to inspect. Up to 100 are allowed per request. All items will be treated as text/*.

Returns:



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

class DeidentifyContentRequest; end