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 \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Required. The name of the DlpJob resource to be deleted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DeleteDlpJobRequest |