Data Loss Prevention V2 Client - Class DeidentifyContentRequest (1.8.6)

Reference documentation and code samples for the Data Loss Prevention V2 Client class DeidentifyContentRequest.

Request to de-identify a ContentItem.

Generated from protobuf message google.privacy.dlp.v2.DeidentifyContentRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ deidentify_config Google\Cloud\Dlp\V2\DeidentifyConfig

Configuration for the de-identification of the content item. Items specified here will override the template referenced by the deidentify_template_name argument.

↳ inspect_config Google\Cloud\Dlp\V2\InspectConfig

Configuration for the inspector. Items specified here will override the template referenced by the inspect_template_name argument.

↳ item Google\Cloud\Dlp\V2\ContentItem

The item to de-identify. Will be treated as text. This value must be of type Table if your deidentify_config is a RecordTransformations object.

↳ inspect_template_name string

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.

↳ deidentify_template_name string

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.

↳ location_id string

Deprecated. This field has no effect.

getParent

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
Returns
TypeDescription
string

setParent

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
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeidentifyConfig

Configuration for the de-identification of the content item.

Items specified here will override the template referenced by the deidentify_template_name argument.

Returns
TypeDescription
Google\Cloud\Dlp\V2\DeidentifyConfig|null

hasDeidentifyConfig

clearDeidentifyConfig

setDeidentifyConfig

Configuration for the de-identification of the content item.

Items specified here will override the template referenced by the deidentify_template_name argument.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\DeidentifyConfig
Returns
TypeDescription
$this

getInspectConfig

Configuration for the inspector.

Items specified here will override the template referenced by the inspect_template_name argument.

Returns
TypeDescription
Google\Cloud\Dlp\V2\InspectConfig|null

hasInspectConfig

clearInspectConfig

setInspectConfig

Configuration for the inspector.

Items specified here will override the template referenced by the inspect_template_name argument.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\InspectConfig
Returns
TypeDescription
$this

getItem

The item to de-identify. Will be treated as text.

This value must be of type Table if your deidentify_config is a RecordTransformations object.

Returns
TypeDescription
Google\Cloud\Dlp\V2\ContentItem|null

hasItem

clearItem

setItem

The item to de-identify. Will be treated as text.

This value must be of type Table if your deidentify_config is a RecordTransformations object.

Parameter
NameDescription
var Google\Cloud\Dlp\V2\ContentItem
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getDeidentifyTemplateName

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.

Returns
TypeDescription
string

setDeidentifyTemplateName

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocationId

Deprecated. This field has no effect.

Returns
TypeDescription
string

setLocationId

Deprecated. This field has no effect.

Parameter
NameDescription
var string
Returns
TypeDescription
$this