public interface PreconfiguredWafSetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExpressionSets(int index)
public abstract WafExpressionSet getExpressionSets(int index)List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
| Name | Description |
| index | int |
| Type | Description |
| WafExpressionSet |
getExpressionSetsCount()
public abstract int getExpressionSetsCount()List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
| Type | Description |
| int |
getExpressionSetsList()
public abstract List<WafExpressionSet> getExpressionSetsList()List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
| Type | Description |
| List<WafExpressionSet> |
getExpressionSetsOrBuilder(int index)
public abstract WafExpressionSetOrBuilder getExpressionSetsOrBuilder(int index)List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
| Name | Description |
| index | int |
| Type | Description |
| WafExpressionSetOrBuilder |
getExpressionSetsOrBuilderList()
public abstract List<? extends WafExpressionSetOrBuilder> getExpressionSetsOrBuilderList()List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.WafExpressionSetOrBuilder> |