Data Loss Prevention V2 Client - Class DeleteDeidentifyTemplateRequest (2.11.0)

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

Request message for DeleteDeidentifyTemplate.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

โ†ณ name string

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

getName

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

Returns
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. Resource name of the organization and deidentify template to be deleted, for example organizations/433245324/deidentifyTemplates/432452342 or projects/project-id/deidentifyTemplates/432452342. Please see DlpServiceClient::deidentifyTemplateName() for help formatting this field.

Returns
Type Description
DeleteDeidentifyTemplateRequest