Data Loss Prevention V2 Client - Class UpdateStoredInfoTypeRequest (1.10.2)

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 \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of organization and storedInfoType to be updated, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342.

↳ 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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this

getConfig

Updated configuration for the storedInfoType. If not provided, a new version of the storedInfoType will be created with the existing configuration.

Returns
TypeDescription
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
NameDescription
var Google\Cloud\Dlp\V2\StoredInfoTypeConfig
Returns
TypeDescription
$this

getUpdateMask

Mask to control which fields get updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Mask to control which fields get updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
name string

Required. Resource name of organization and storedInfoType to be updated, for example organizations/433245324/storedInfoTypes/432452342 or projects/project-id/storedInfoTypes/432452342. Please see Google\Cloud\Dlp\V2\DlpServiceClient::storedInfoTypeName() for help formatting this field.

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
TypeDescription
Google\Cloud\Dlp\V2\UpdateStoredInfoTypeRequest