Class: Google::Cloud::Dlp::V2::ReidentifyContentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::ReidentifyContentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Request to re-identify an item.
Instance Attribute Summary collapse
-
#inspect_config ⇒ ::Google::Cloud::Dlp::V2::InspectConfig
Configuration for the inspector.
-
#inspect_template_name ⇒ ::String
Template to use.
-
#item ⇒ ::Google::Cloud::Dlp::V2::ContentItem
The item to re-identify.
-
#location_id ⇒ ::String
Deprecated.
-
#parent ⇒ ::String
Required.
-
#reidentify_config ⇒ ::Google::Cloud::Dlp::V2::DeidentifyConfig
Configuration for the re-identification of the content item.
-
#reidentify_template_name ⇒ ::String
Template to use.
Instance Attribute Details
#inspect_config ⇒ ::Google::Cloud::Dlp::V2::InspectConfig
Returns Configuration for the inspector.
895 896 897 898 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 895 class ReidentifyContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inspect_template_name ⇒ ::String
Returns 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.
895 896 897 898 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 895 class ReidentifyContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#item ⇒ ::Google::Cloud::Dlp::V2::ContentItem
Returns The item to re-identify. Will be treated as text.
895 896 897 898 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 895 class ReidentifyContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location_id ⇒ ::String
Returns Deprecated. This field has no effect.
895 896 897 898 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 895 class ReidentifyContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource name.
The format of this value varies depending on whether you have specified a processing location:
- Projects scope, location specified:
projects/{project_id}/locations/{location_id}
- Projects scope, no location specified (defaults to global):
projects/{project_id}
The following example parent
string specifies a parent project with the
identifier example-project
, and specifies the europe-west3
location
for processing data:
parent=projects/example-project/locations/europe-west3.
895 896 897 898 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 895 class ReidentifyContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reidentify_config ⇒ ::Google::Cloud::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:
CryptoDeterministicConfig
CryptoReplaceFfxFpeConfig
.
895 896 897 898 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 895 class ReidentifyContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reidentify_template_name ⇒ ::String
Returns 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. The
DeidentifyTemplate
used must include only reversible transformations.
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.
895 896 897 898 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 895 class ReidentifyContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |