Compute V1 Client - Class PreconfiguredWafSet (1.5.0)

Reference documentation and code samples for the Compute V1 Client class PreconfiguredWafSet.

Generated from protobuf message google.cloud.compute.v1.PreconfiguredWafSet

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ expression_sets array<Google\Cloud\Compute\V1\WafExpressionSet>

List of entities that are currently supported for WAF rules.

getExpressionSets

List of entities that are currently supported for WAF rules.

Generated from protobuf field repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setExpressionSets

List of entities that are currently supported for WAF rules.

Generated from protobuf field repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\WafExpressionSet>
Returns
TypeDescription
$this