Reference documentation and code samples for the Data Loss Prevention V2 Client class ListColumnDataProfilesResponse.
List of profiles generated for a given organization or project.
Generated from protobuf message google.privacy.dlp.v2.ListColumnDataProfilesResponse
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ column_data_profiles |
array<Google\Cloud\Dlp\V2\ColumnDataProfile>
List of data profiles. |
↳ next_page_token |
string
The next page token. |
getColumnDataProfiles
List of data profiles.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setColumnDataProfiles
List of data profiles.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\ColumnDataProfile>
|
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 |