Data Loss Prevention V2 Client - Class ListTableDataProfilesResponse (1.14.0)

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

List of profiles generated for a given organization or project.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ table_data_profiles array<Google\Cloud\Dlp\V2\TableDataProfile>

List of data profiles.

↳ next_page_token string

The next page token.

getTableDataProfiles

List of data profiles.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTableDataProfiles

List of data profiles.

Parameter
Name Description
var array<Google\Cloud\Dlp\V2\TableDataProfile>
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