Reference documentation and code samples for the Data Loss Prevention V2 Client class ListDiscoveryConfigsResponse.
Response message for ListDiscoveryConfigs.
Generated from protobuf message google.privacy.dlp.v2.ListDiscoveryConfigsResponse
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ discovery_configs |
array<Google\Cloud\Dlp\V2\DiscoveryConfig>
List of configs, up to page_size in ListDiscoveryConfigsRequest. |
↳ next_page_token |
string
If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request. |
getDiscoveryConfigs
List of configs, up to page_size in ListDiscoveryConfigsRequest.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDiscoveryConfigs
List of configs, up to page_size in ListDiscoveryConfigsRequest.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\DiscoveryConfig>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
If the next page is available then this value is the next page token to be used in the following ListDiscoveryConfigs request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |