Data Loss Prevention V2 Client - Class DeleteDlpJobRequest (1.11.0)

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

The request message for deleting a DLP job.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the DlpJob resource to be deleted.

getName

Required. The name of the DlpJob resource to be deleted.

Returns
TypeDescription
string

setName

Required. The name of the DlpJob resource to be deleted.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the DlpJob resource to be deleted. Please see Google\Cloud\Dlp\V2\DlpServiceClient::dlpJobName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Dlp\V2\DeleteDlpJobRequest