Reference documentation and code samples for the Data Loss Prevention V2 Client class UpdateDeidentifyTemplateRequest.
Request message for UpdateDeidentifyTemplate.
Generated from protobuf message google.privacy.dlp.v2.UpdateDeidentifyTemplateRequest
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of organization and deidentify template to be updated, for example |
↳ deidentify_template |
Google\Cloud\Dlp\V2\DeidentifyTemplate
New DeidentifyTemplate value. |
↳ update_mask |
Google\Protobuf\FieldMask
Mask to control which fields get updated. |
getName
Required. Resource name of organization and deidentify template to be updated, for
example organizations/433245324/deidentifyTemplates/432452342
or
projects/project-id/deidentifyTemplates/432452342.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Resource name of organization and deidentify template to be updated, for
example organizations/433245324/deidentifyTemplates/432452342
or
projects/project-id/deidentifyTemplates/432452342.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeidentifyTemplate
New DeidentifyTemplate value.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DeidentifyTemplate|null |
hasDeidentifyTemplate
clearDeidentifyTemplate
setDeidentifyTemplate
New DeidentifyTemplate value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DeidentifyTemplate
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Mask to control which fields get updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Mask to control which fields get updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
name |
string
Required. Resource name of organization and deidentify template to be updated, for
example |
deidentifyTemplate |
Google\Cloud\Dlp\V2\DeidentifyTemplate
New DeidentifyTemplate value. |
updateMask |
Google\Protobuf\FieldMask
Mask to control which fields get updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\UpdateDeidentifyTemplateRequest |