Data Loss Prevention V2 Client - Class ListProjectDataProfilesResponse (1.14.0)

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

List of profiles generated for a given organization or project.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ project_data_profiles array<Google\Cloud\Dlp\V2\ProjectDataProfile>

List of data profiles.

↳ next_page_token string

The next page token.

getProjectDataProfiles

List of data profiles.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setProjectDataProfiles

List of data profiles.

Parameter
Name Description
var array<Google\Cloud\Dlp\V2\ProjectDataProfile>
Returns
Type Description
$this

getNextPageToken

The next page token.

Returns
Type Description
string

setNextPageToken

The next page token.

Parameter
Name Description
var string
Returns
Type Description
$this