Reference documentation and code samples for the Data Loss Prevention V2 Client class UpdateStoredInfoTypeRequest.
Request message for UpdateStoredInfoType.
Generated from protobuf message google.privacy.dlp.v2.UpdateStoredInfoTypeRequest
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 storedInfoType to be updated, for example |
↳ config |
Google\Cloud\Dlp\V2\StoredInfoTypeConfig
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration. |
↳ update_mask |
Google\Protobuf\FieldMask
Mask to control which fields get updated. |
getName
Required. Resource name of organization and storedInfoType to be updated,
for example organizations/433245324/storedInfoTypes/432452342
or
projects/project-id/storedInfoTypes/432452342.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Resource name of organization and storedInfoType to be updated,
for example organizations/433245324/storedInfoTypes/432452342
or
projects/project-id/storedInfoTypes/432452342.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getConfig
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\StoredInfoTypeConfig|null |
hasConfig
clearConfig
setConfig
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\StoredInfoTypeConfig
|
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 storedInfoType to be updated,
for example |
config |
Google\Cloud\Dlp\V2\StoredInfoTypeConfig
Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration. |
updateMask |
Google\Protobuf\FieldMask
Mask to control which fields get updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\UpdateStoredInfoTypeRequest |