Data Loss Prevention V2 Client - Class ListDlpJobsResponse (1.8.6)

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

The response message for listing DLP jobs.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ jobs array<Google\Cloud\Dlp\V2\DlpJob>

A list of DlpJobs that matches the specified filter in the request.

↳ next_page_token string

The standard List next-page token.

getJobs

A list of DlpJobs that matches the specified filter in the request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobs

A list of DlpJobs that matches the specified filter in the request.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\DlpJob>
Returns
TypeDescription
$this

getNextPageToken

The standard List next-page token.

Returns
TypeDescription
string

setNextPageToken

The standard List next-page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this