public interface WafExpressionSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAliases(int index)
A list of alternate IDs.
|
com.google.protobuf.ByteString |
getAliasesBytes(int index)
A list of alternate IDs.
|
int |
getAliasesCount()
A list of alternate IDs.
|
List<String> |
getAliasesList()
A list of alternate IDs.
|
WafExpressionSetExpression |
getExpressions(int index)
List of available expressions.
|
int |
getExpressionsCount()
List of available expressions.
|
List<WafExpressionSetExpression> |
getExpressionsList()
List of available expressions.
|
WafExpressionSetExpressionOrBuilder |
getExpressionsOrBuilder(int index)
List of available expressions.
|
List<? extends WafExpressionSetExpressionOrBuilder> |
getExpressionsOrBuilderList()
List of available expressions.
|
String |
getId()
Google specified expression set ID.
|
com.google.protobuf.ByteString |
getIdBytes()
Google specified expression set ID.
|
boolean |
hasId()
Google specified expression set ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAliasesList()
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;int getAliasesCount()
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;String getAliases(int index)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;index - The index of the element to return.com.google.protobuf.ByteString getAliasesBytes(int index)
A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
repeated string aliases = 159207166;index - The index of the value to return.List<WafExpressionSetExpression> getExpressionsList()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
WafExpressionSetExpression getExpressions(int index)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
int getExpressionsCount()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
List<? extends WafExpressionSetExpressionOrBuilder> getExpressionsOrBuilderList()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
WafExpressionSetExpressionOrBuilder getExpressionsOrBuilder(int index)
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
boolean hasId()
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;String getId()
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;com.google.protobuf.ByteString getIdBytes()
Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;Copyright © 2023 Google LLC. All rights reserved.