Reference documentation and code samples for the Data Loss Prevention V2 Client class ReidentifyContentRequest.
Request to re-identify an item.
Generated from protobuf message google.privacy.dlp.v2.ReidentifyContentRequest
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent resource name. The format of this value varies depending on whether you have specified a processing location: + Projects scope, location specified: |
↳ reidentify_config |
Google\Cloud\Dlp\V2\DeidentifyConfig
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: - |
↳ inspect_config |
Google\Cloud\Dlp\V2\InspectConfig
Configuration for the inspector. |
↳ item |
Google\Cloud\Dlp\V2\ContentItem
The item to re-identify. Will be treated as text. |
↳ inspect_template_name |
string
Template to use. Any configuration directly specified in |
↳ reidentify_template_name |
string
Template to use. References an instance of |
↳ location_id |
string
Deprecated. This field has no effect. |
getParent
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 exampleparent
string specifies a parent project with the identifierexample-project
, and specifies theeurope-west3
location for processing data: parent=projects/example-project/locations/europe-west3
Returns | |
---|---|
Type | Description |
string |
setParent
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 exampleparent
string specifies a parent project with the identifierexample-project
, and specifies theeurope-west3
location for processing data: parent=projects/example-project/locations/europe-west3
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReidentifyConfig
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
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DeidentifyConfig|null |
hasReidentifyConfig
clearReidentifyConfig
setReidentifyConfig
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
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DeidentifyConfig
|
Returns | |
---|---|
Type | Description |
$this |
getInspectConfig
Configuration for the inspector.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\InspectConfig|null |
hasInspectConfig
clearInspectConfig
setInspectConfig
Configuration for the inspector.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\InspectConfig
|
Returns | |
---|---|
Type | Description |
$this |
getItem
The item to re-identify. Will be treated as text.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\ContentItem|null |
hasItem
clearItem
setItem
The item to re-identify. Will be treated as text.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\ContentItem
|
Returns | |
---|---|
Type | Description |
$this |
getInspectTemplateName
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.
Returns | |
---|---|
Type | Description |
string |
setInspectTemplateName
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReidentifyTemplateName
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.
Returns | |
---|---|
Type | Description |
string |
setReidentifyTemplateName
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocationId
Deprecated. This field has no effect.
Returns | |
---|---|
Type | Description |
string |
setLocationId
Deprecated. This field has no effect.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |