Data Loss Prevention V2 Client - Class ListFileStoreDataProfilesResponse (1.16.0)

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

List of file store data profiles generated for a given organization or project.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ file_store_data_profiles array<Google\Cloud\Dlp\V2\FileStoreDataProfile>

List of data profiles.

↳ next_page_token string

The next page token.

getFileStoreDataProfiles

List of data profiles.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFileStoreDataProfiles

List of data profiles.

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