Reference documentation and code samples for the Data Loss Prevention V2 Client class TransformationConfig.
User specified templates and configs for how to deidentify structured,
unstructures, and image files. User must provide either a unstructured
deidentify template or at least one redact image config.
Generated from protobuf messagegoogle.privacy.dlp.v2.TransformationConfig
Namespace
Google \ Cloud \ Dlp \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ deidentify_template
string
De-identify template. If this template is specified, it will serve as the default de-identify template. This template cannot containrecord_transformationssince it can be used for unstructured content such as free-form text files. If this template is not set, a defaultReplaceWithInfoTypeConfigwill be used to de-identify unstructured content.
↳ structured_deidentify_template
string
Structured de-identify template. If this template is specified, it will serve as the de-identify template for structured content such as delimited files and tables. If this template is not set but thedeidentify_templateis set, thendeidentify_templatewill also apply to the structured content. If neither template is set, a defaultReplaceWithInfoTypeConfigwill be used to de-identify structured content.
↳ image_redact_template
string
Image redact template. If this template is specified, it will serve as the de-identify template for images. If this template is not set, all findings in the image will be redacted with a black box.
getDeidentifyTemplate
De-identify template.
If this template is specified, it will serve as the default de-identify
template. This template cannot containrecord_transformationssince it
can be used for unstructured content such as free-form text files. If this
template is not set, a defaultReplaceWithInfoTypeConfigwill be used to
de-identify unstructured content.
Returns
Type
Description
string
setDeidentifyTemplate
De-identify template.
If this template is specified, it will serve as the default de-identify
template. This template cannot containrecord_transformationssince it
can be used for unstructured content such as free-form text files. If this
template is not set, a defaultReplaceWithInfoTypeConfigwill be used to
de-identify unstructured content.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getStructuredDeidentifyTemplate
Structured de-identify template.
If this template is specified, it will serve as the de-identify template
for structured content such as delimited files and tables. If this template
is not set but thedeidentify_templateis set, thendeidentify_templatewill also apply to the structured content. If neither template is set, a
defaultReplaceWithInfoTypeConfigwill be used to de-identify structured
content.
Returns
Type
Description
string
setStructuredDeidentifyTemplate
Structured de-identify template.
If this template is specified, it will serve as the de-identify template
for structured content such as delimited files and tables. If this template
is not set but thedeidentify_templateis set, thendeidentify_templatewill also apply to the structured content. If neither template is set, a
defaultReplaceWithInfoTypeConfigwill be used to de-identify structured
content.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getImageRedactTemplate
Image redact template.
If this template is specified, it will serve as the de-identify template
for images. If this template is not set, all findings in the image will be
redacted with a black box.
Returns
Type
Description
string
setImageRedactTemplate
Image redact template.
If this template is specified, it will serve as the de-identify template
for images. If this template is not set, all findings in the image will be
redacted with a black box.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Data Loss Prevention V2 Client - Class TransformationConfig (2.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.1 (latest)](/php/docs/reference/cloud-dlp/latest/V2.TransformationConfig)\n- [2.6.0](/php/docs/reference/cloud-dlp/2.6.0/V2.TransformationConfig)\n- [2.4.1](/php/docs/reference/cloud-dlp/2.4.1/V2.TransformationConfig)\n- [2.3.0](/php/docs/reference/cloud-dlp/2.3.0/V2.TransformationConfig)\n- [2.2.3](/php/docs/reference/cloud-dlp/2.2.3/V2.TransformationConfig)\n- [2.1.0](/php/docs/reference/cloud-dlp/2.1.0/V2.TransformationConfig)\n- [2.0.0](/php/docs/reference/cloud-dlp/2.0.0/V2.TransformationConfig)\n- [1.19.0](/php/docs/reference/cloud-dlp/1.19.0/V2.TransformationConfig)\n- [1.18.0](/php/docs/reference/cloud-dlp/1.18.0/V2.TransformationConfig)\n- [1.17.0](/php/docs/reference/cloud-dlp/1.17.0/V2.TransformationConfig)\n- [1.16.0](/php/docs/reference/cloud-dlp/1.16.0/V2.TransformationConfig)\n- [1.15.1](/php/docs/reference/cloud-dlp/1.15.1/V2.TransformationConfig)\n- [1.14.0](/php/docs/reference/cloud-dlp/1.14.0/V2.TransformationConfig)\n- [1.13.2](/php/docs/reference/cloud-dlp/1.13.2/V2.TransformationConfig)\n- [1.12.0](/php/docs/reference/cloud-dlp/1.12.0/V2.TransformationConfig)\n- [1.11.0](/php/docs/reference/cloud-dlp/1.11.0/V2.TransformationConfig)\n- [1.10.2](/php/docs/reference/cloud-dlp/1.10.2/V2.TransformationConfig)\n- [1.9.0](/php/docs/reference/cloud-dlp/1.9.0/V2.TransformationConfig)\n- [1.8.6](/php/docs/reference/cloud-dlp/1.8.6/V2.TransformationConfig) \nReference documentation and code samples for the Data Loss Prevention V2 Client class TransformationConfig.\n\nUser specified templates and configs for how to deidentify structured,\nunstructures, and image files. User must provide either a unstructured\ndeidentify template or at least one redact image config.\n\nGenerated from protobuf message `google.privacy.dlp.v2.TransformationConfig`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dlp \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getDeidentifyTemplate\n\nDe-identify template.\n\nIf this template is specified, it will serve as the default de-identify\ntemplate. This template cannot contain `record_transformations` since it\ncan be used for unstructured content such as free-form text files. If this\ntemplate is not set, a default `ReplaceWithInfoTypeConfig` will be used to\nde-identify unstructured content.\n\n### setDeidentifyTemplate\n\nDe-identify template.\n\nIf this template is specified, it will serve as the default de-identify\ntemplate. This template cannot contain `record_transformations` since it\ncan be used for unstructured content such as free-form text files. If this\ntemplate is not set, a default `ReplaceWithInfoTypeConfig` will be used to\nde-identify unstructured content.\n\n### getStructuredDeidentifyTemplate\n\nStructured de-identify template.\n\nIf this template is specified, it will serve as the de-identify template\nfor structured content such as delimited files and tables. If this template\nis not set but the `deidentify_template` is set, then `deidentify_template`\nwill also apply to the structured content. If neither template is set, a\ndefault `ReplaceWithInfoTypeConfig` will be used to de-identify structured\ncontent.\n\n### setStructuredDeidentifyTemplate\n\nStructured de-identify template.\n\nIf this template is specified, it will serve as the de-identify template\nfor structured content such as delimited files and tables. If this template\nis not set but the `deidentify_template` is set, then `deidentify_template`\nwill also apply to the structured content. If neither template is set, a\ndefault `ReplaceWithInfoTypeConfig` will be used to de-identify structured\ncontent.\n\n### getImageRedactTemplate\n\nImage redact template.\n\nIf this template is specified, it will serve as the de-identify template\nfor images. If this template is not set, all findings in the image will be\nredacted with a black box.\n\n### setImageRedactTemplate\n\nImage redact template.\n\nIf this template is specified, it will serve as the de-identify template\nfor images. If this template is not set, all findings in the image will be\nredacted with a black box."]]