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