Package com.google.cloud.compute.v1
Interface PreconfiguredWafSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PreconfiguredWafSet
,PreconfiguredWafSet.Builder
public interface PreconfiguredWafSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WafExpressionSet
getExpressionSets(int index)
List of entities that are currently supported for WAF rules.int
getExpressionSetsCount()
List of entities that are currently supported for WAF rules.List<WafExpressionSet>
getExpressionSetsList()
List of entities that are currently supported for WAF rules.WafExpressionSetOrBuilder
getExpressionSetsOrBuilder(int index)
List of entities that are currently supported for WAF rules.List<? extends WafExpressionSetOrBuilder>
getExpressionSetsOrBuilderList()
List of entities that are currently supported for WAF rules.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getExpressionSetsList
List<WafExpressionSet> getExpressionSetsList()
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
-
getExpressionSets
WafExpressionSet getExpressionSets(int index)
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
-
getExpressionSetsCount
int getExpressionSetsCount()
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
-
getExpressionSetsOrBuilderList
List<? extends WafExpressionSetOrBuilder> getExpressionSetsOrBuilderList()
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
-
getExpressionSetsOrBuilder
WafExpressionSetOrBuilder getExpressionSetsOrBuilder(int index)
List of entities that are currently supported for WAF rules.
repeated .google.cloud.compute.v1.WafExpressionSet expression_sets = 474011032;
-
-