Reference documentation and code samples for the Data Loss Prevention V2 Client class UpdateDiscoveryConfigRequest.
Request message for UpdateDiscoveryConfig.
Generated from protobuf message google.privacy.dlp.v2.UpdateDiscoveryConfigRequest
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 the project and the configuration, for example |
↳ discovery_config |
Google\Cloud\Dlp\V2\DiscoveryConfig
Required. New DiscoveryConfig value. |
↳ update_mask |
Google\Protobuf\FieldMask
Mask to control which fields get updated. |
getName
Required. Resource name of the project and the configuration, for example
projects/dlp-test-project/discoveryConfigs/53234423
.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Resource name of the project and the configuration, for example
projects/dlp-test-project/discoveryConfigs/53234423
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDiscoveryConfig
Required. New DiscoveryConfig value.
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\DiscoveryConfig|null |
hasDiscoveryConfig
clearDiscoveryConfig
setDiscoveryConfig
Required. New DiscoveryConfig value.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Dlp\V2\DiscoveryConfig
|
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 the project and the configuration, for example
|
discoveryConfig |
Google\Cloud\Dlp\V2\DiscoveryConfig
Required. New DiscoveryConfig value. |
updateMask |
Google\Protobuf\FieldMask
Mask to control which fields get updated. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\UpdateDiscoveryConfigRequest |