Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class MaliciousUriFilterSettings.
Malicious URI filter settings.
Generated from protobuf message google.cloud.modelarmor.v1beta.MaliciousUriFilterSettings
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 Malicious URI filter is enabled or disabled. |
getFilterEnforcement
Optional. Tells whether the Malicious URI filter is enabled or disabled.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type MaliciousUriFilterEnforcement. |
setFilterEnforcement
Optional. Tells whether the Malicious URI filter is enabled or disabled.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type MaliciousUriFilterEnforcement. |
| Returns | |
|---|---|
| Type | Description |
$this |
|