Class: Google::Privacy::Dlp::V2beta1::DeidentifyContentRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::DeidentifyContentRequest
- 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
-
#deidentify_config ⇒ Google::Privacy::Dlp::V2beta1::DeidentifyConfig
Configuration for the de-identification of the list of content items.
-
#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
#deidentify_config ⇒ Google::Privacy::Dlp::V2beta1::DeidentifyConfig
Returns Configuration for the de-identification of the list of content items.
264 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 264 class DeidentifyContentRequest; end |
#inspect_config ⇒ Google::Privacy::Dlp::V2beta1::InspectConfig
Returns Configuration for the inspector.
264 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 264 class DeidentifyContentRequest; end |
#items ⇒ Array<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/*.
264 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 264 class DeidentifyContentRequest; end |