Reference documentation and code samples for the Compute V1 Client class WafExpressionSet.
Generated from protobuf message google.cloud.compute.v1.WafExpressionSet
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ aliases
array
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
↳ expressions
↳ id
string
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
getAliases
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
Generated from protobuf field repeated string aliases = 159207166;
Google\Protobuf\Internal\RepeatedField
setAliases
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
Generated from protobuf field repeated string aliases = 159207166;
var
string[]
$this
getExpressions
List of available expressions.
Generated from protobuf field repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Google\Protobuf\Internal\RepeatedField
setExpressions
List of available expressions.
Generated from protobuf field repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
$this
getId
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
Generated from protobuf field optional string id = 3355;
string
hasId
clearId
setId
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
Generated from protobuf field optional string id = 3355;
var
string
$this

