Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
WafExpressionSetExpression |
WafExpressionSetExpression.clone() |
WafExpressionSetExpression |
WafExpressionSetExpression.set(String fieldName,
Object value) |
WafExpressionSetExpression |
WafExpressionSetExpression.setId(String id)
Expression ID should uniquely identify the origin of the expression.
|
WafExpressionSetExpression |
WafExpressionSetExpression.setSensitivity(Integer sensitivity)
The sensitivity value associated with the WAF rule ID.
|
Modifier and Type | Method and Description |
---|---|
List<WafExpressionSetExpression> |
WafExpressionSet.getExpressions()
List of available expressions.
|
Modifier and Type | Method and Description |
---|---|
WafExpressionSet |
WafExpressionSet.setExpressions(List<WafExpressionSetExpression> expressions)
List of available expressions.
|
Copyright © 2011–2025 Google. All rights reserved.