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 | arrayOptional. Data for populating the Message object. | 
| ↳ name | stringRequired. Resource name of organization and storedInfoType to be updated, for example  | 
| ↳ config | StoredInfoTypeConfigUpdated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration. | 
| ↳ update_mask | Google\Protobuf\FieldMaskMask 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 | 
| 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 | 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 | stringRequired. Resource name of organization and storedInfoType to be updated,
for example  | 
| config | StoredInfoTypeConfigUpdated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration. | 
| updateMask | Google\Protobuf\FieldMaskMask to control which fields get updated. | 
| Returns | |
|---|---|
| Type | Description | 
| UpdateStoredInfoTypeRequest | |