Google Cloud Model Armor V1 Client - Class SdpBasicConfig (0.5.0)

Reference documentation and code samples for the Google Cloud Model Armor V1 Client class SdpBasicConfig.

Sensitive Data Protection basic configuration.

Generated from protobuf message google.cloud.modelarmor.v1.SdpBasicConfig

Namespace

Google \ Cloud \ ModelArmor \ V1

Methods

__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