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
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobs
A list of DlpJobs that matches the specified filter in the request.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\DlpJob>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The standard List next-page token.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The standard List next-page token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |