Class: Google::Privacy::Dlp::V2::ReidentifyContentRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::ReidentifyContentRequest
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Request to re-identify an item.
Instance Attribute Summary collapse
-
#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 re-identify.
-
#parent ⇒ String
The parent resource name.
-
#reidentify_config ⇒ Google::Privacy::Dlp::V2::DeidentifyConfig
Configuration for the re-identification of the content item.
-
#reidentify_template_name ⇒ String
Optional template to use.
Instance Attribute Details
#inspect_config ⇒ Google::Privacy::Dlp::V2::InspectConfig
Returns Configuration for the inspector.
432 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 432 class ReidentifyContentRequest; 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.
432 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 432 class ReidentifyContentRequest; end |
#item ⇒ Google::Privacy::Dlp::V2::ContentItem
Returns The item to re-identify. Will be treated as text.
432 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 432 class ReidentifyContentRequest; end |
#parent ⇒ String
Returns The parent resource name.
432 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 432 class ReidentifyContentRequest; end |
#reidentify_config ⇒ Google::Privacy::Dlp::V2::DeidentifyConfig
Returns Configuration for the re-identification of the content item. This field shares the same proto message type that is used for de-identification, however its usage here is for the reversal of the previous de-identification. Re-identification is performed by examining the transformations used to de-identify the items and executing the reverse. This requires that only reversible transformations be provided here. The reversible transformations are:
- +CryptoReplaceFfxFpeConfig+
432 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 432 class ReidentifyContentRequest; end |
#reidentify_template_name ⇒ String
Returns Optional template to use. References an instance of +DeidentifyTemplate+. Any configuration directly specified in +reidentify_config+ or +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.
432 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 432 class ReidentifyContentRequest; end |