Data Loss Prevention V2 Client - Class UpdateDeidentifyTemplateRequest (1.12.0)

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

Namespace

Google \ Cloud \ Dlp \ V2

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

static::build

Parameters
NameDescription
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. Please see Google\Cloud\Dlp\V2\DlpServiceClient::deidentifyTemplateName() for help formatting this field.

deidentifyTemplate Google\Cloud\Dlp\V2\DeidentifyTemplate

New DeidentifyTemplate value.

updateMask Google\Protobuf\FieldMask

Mask to control which fields get updated.

Returns
TypeDescription
Google\Cloud\Dlp\V2\UpdateDeidentifyTemplateRequest