Data Loss Prevention V2 Client - Class HybridInspectDlpJobRequest (1.8.6)

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

Request to search for potentially sensitive info in a custom location.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the job to execute a hybrid inspect on, for example projects/dlp-test-project/dlpJob/53234423.

↳ hybrid_item Google\Cloud\Dlp\V2\HybridContentItem

The item to inspect.

getName

Required. Resource name of the job to execute a hybrid inspect on, for example projects/dlp-test-project/dlpJob/53234423.

Returns
TypeDescription
string

setName

Required. Resource name of the job to execute a hybrid inspect on, for example projects/dlp-test-project/dlpJob/53234423.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getHybridItem

The item to inspect.

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

hasHybridItem

clearHybridItem

setHybridItem

The item to inspect.

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