public interface WafExpressionSetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAliases(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The aliases at the given index. |
getAliasesBytes(int index)
public abstract 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;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the aliases at the given index. |
getAliasesCount()
public abstract 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;
| Type | Description |
| int | The count of aliases. |
getAliasesList()
public abstract List<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;
| Type | Description |
| List<String> | A list containing the aliases. |
getExpressions(int index)
public abstract WafExpressionSetExpression getExpressions(int index)List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
| Name | Description |
| index | int |
| Type | Description |
| WafExpressionSetExpression |
getExpressionsCount()
public abstract int getExpressionsCount()List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
| Type | Description |
| int |
getExpressionsList()
public abstract List<WafExpressionSetExpression> getExpressionsList()List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
| Type | Description |
| List<WafExpressionSetExpression> |
getExpressionsOrBuilder(int index)
public abstract WafExpressionSetExpressionOrBuilder getExpressionsOrBuilder(int index)List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
| Name | Description |
| index | int |
| Type | Description |
| WafExpressionSetExpressionOrBuilder |
getExpressionsOrBuilderList()
public abstract List<? extends WafExpressionSetExpressionOrBuilder> getExpressionsOrBuilderList()List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.WafExpressionSetExpressionOrBuilder> |
getId()
public abstract String getId()Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
| Type | Description |
| String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
| Type | Description |
| ByteString | The bytes for id. |
hasId()
public abstract boolean hasId()Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
optional string id = 3355;
| Type | Description |
| boolean | Whether the id field is set. |