Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class SdpBasicConfig.
Sensitive Data Protection basic configuration.
Generated from protobuf message google.cloud.modelarmor.v1beta.SdpBasicConfig
Namespace
Google \ Cloud \ ModelArmor \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ filter_enforcement |
int
Optional. Tells whether the Sensitive Data Protection basic config is enabled or disabled. |
getFilterEnforcement
Optional. Tells whether the Sensitive Data Protection basic config is enabled or disabled.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type SdpBasicConfigEnforcement. |
setFilterEnforcement
Optional. Tells whether the Sensitive Data Protection basic config is enabled or disabled.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type SdpBasicConfigEnforcement. |
| Returns | |
|---|---|
| Type | Description |
$this |
|