public interface WafExpressionSetOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
WafExpressionSetExpression |
getExpressionsCount()
public abstract int getExpressionsCount()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Returns | |
---|---|
Type | Description |
int |
getExpressionsList()
public abstract List<WafExpressionSetExpression> getExpressionsList()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
WafExpressionSetExpressionOrBuilder |
getExpressionsOrBuilderList()
public abstract List<? extends WafExpressionSetExpressionOrBuilder> getExpressionsOrBuilderList()
List of available expressions.
repeated .google.cloud.compute.v1.WafExpressionSetExpression expressions = 175554779;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the id field is set. |