Data Loss Prevention V2 Client - Class ListDeidentifyTemplatesResponse (1.8.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeidentifyTemplates

List of deidentify templates, up to page_size in ListDeidentifyTemplatesRequest.

Parameter
NameDescription
var array<Google\Cloud\Dlp\V2\DeidentifyTemplate>
Returns
TypeDescription
$this

getNextPageToken

If the next page is available then the next page token to be used in following ListDeidentifyTemplates request.

Returns
TypeDescription
string

setNextPageToken

If the next page is available then the next page token to be used in following ListDeidentifyTemplates request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this