Data Loss Prevention V2 Client - Class ListJobTriggersResponse (1.12.0)

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

Response message for ListJobTriggers.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job_triggers array<Google\Cloud\Dlp\V2\JobTrigger>

List of triggeredJobs, up to page_size in ListJobTriggersRequest.

↳ next_page_token string

If the next page is available then this value is the next page token to be used in the following ListJobTriggers request.

getJobTriggers

List of triggeredJobs, up to page_size in ListJobTriggersRequest.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobTriggers

List of triggeredJobs, up to page_size in ListJobTriggersRequest.

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

getNextPageToken

If the next page is available then this value is the next page token to be used in the following ListJobTriggers request.

Returns
TypeDescription
string

setNextPageToken

If the next page is available then this value is the next page token to be used in the following ListJobTriggers request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this