Reference documentation and code samples for the Compute V1 Client class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.
Generated from protobuf message google.cloud.compute.v1.SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ op |
string
The match operator for the field. Check the Op enum for the list of possible values. |
↳ val |
string
The value of the field. |
getOp
The match operator for the field.
Check the Op enum for the list of possible values.
Returns | |
---|---|
Type | Description |
string |
hasOp
clearOp
setOp
The match operator for the field.
Check the Op enum for the list of possible values.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVal
The value of the field.
Returns | |
---|---|
Type | Description |
string |
hasVal
clearVal
setVal
The value of the field.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |