public interface ConditionalMatchesOrBuilder extends MessageOrBuilder
Implements
com.google.protobuf.MessageOrBuilderMethods
getExpression(int index)
public abstract String getExpression(int index)
repeated string expression = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
java.lang.String | The expression at the given index. |
getExpressionBytes(int index)
public abstract ByteString getExpressionBytes(int index)
repeated string expression = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
com.google.protobuf.ByteString | The bytes of the expression at the given index. |
getExpressionCount()
public abstract int getExpressionCount()
repeated string expression = 1;
Type | Description |
int | The count of expression. |
getExpressionList()
public abstract List<String> getExpressionList()
repeated string expression = 1;
Type | Description |
java.util.List<java.lang.String> | A list containing the expression. |