Class: Google::Privacy::Dlp::V2::DeidentifyContentRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::DeidentifyContentRequest
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Request to de-identify a list of items.
Instance Attribute Summary collapse
-
#deidentify_config ⇒ Google::Privacy::Dlp::V2::DeidentifyConfig
Configuration for the de-identification of the content item.
-
#deidentify_template_name ⇒ String
Optional template to use.
-
#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig
Configuration for the inspector.
-
#inspect_template_name ⇒ String
Optional template to use.
-
#item ⇒ Google::Privacy::Dlp::V2::ContentItem
The item to de-identify.
-
#parent ⇒ String
The parent resource name, for example projects/my-project-id.
Instance Attribute Details
#deidentify_config ⇒ Google::Privacy::Dlp::V2::DeidentifyConfig
Returns Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.
367 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 367 class DeidentifyContentRequest; end |
#deidentify_template_name ⇒ String
Returns Optional template to use. Any configuration directly specified in deidentify_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
367 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 367 class DeidentifyContentRequest; end |
#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig
Returns Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.
367 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 367 class DeidentifyContentRequest; end |
#inspect_template_name ⇒ String
Returns Optional template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.
367 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 367 class DeidentifyContentRequest; end |
#item ⇒ Google::Privacy::Dlp::V2::ContentItem
Returns The item to de-identify. Will be treated as text.
367 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 367 class DeidentifyContentRequest; end |
#parent ⇒ String
Returns The parent resource name, for example projects/my-project-id.
367 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 367 class DeidentifyContentRequest; end |