Interface PreconfiguredWafSetOrBuilder (1.6.0-beta)

public interface PreconfiguredWafSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.compute.v1.WafExpressionSetOrBuilder>