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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.WafExpressionSetOrBuilder> |
|