Data Loss Prevention V2 Client - Class UpdateDeidentifyTemplateRequest (1.8.6)

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

Request message for UpdateDeidentifyTemplate.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of organization and deidentify template to be updated, for example organizations/433245324/deidentifyTemplates/432452342 or projects/project-id/deidentifyTemplates/432452342.

↳ deidentify_template Google\Cloud\Dlp\V2\DeidentifyTemplate

New DeidentifyTemplate value.

↳ update_mask Google\Protobuf\FieldMask

Mask to control which fields get updated.

getName

Required. Resource name of organization and deidentify template to be updated, for example organizations/433245324/deidentifyTemplates/432452342 or projects/project-id/deidentifyTemplates/432452342.

Returns
TypeDescription
string

setName

Required. Resource name of organization and deidentify template to be updated, for example organizations/433245324/deidentifyTemplates/432452342 or projects/project-id/deidentifyTemplates/432452342.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeidentifyTemplate

New DeidentifyTemplate value.

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

hasDeidentifyTemplate

clearDeidentifyTemplate

setDeidentifyTemplate

New DeidentifyTemplate value.

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

getUpdateMask

Mask to control which fields get updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Mask to control which fields get updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this