Interface ConditionalMatchesOrBuilder

public interface ConditionalMatchesOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getExpression(int index)

public abstract String getExpression(int index)

repeated string expression = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
java.lang.String

The expression at the given index.

getExpressionBytes(int index)

public abstract ByteString getExpressionBytes(int index)

repeated string expression = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
com.google.protobuf.ByteString

The bytes of the expression at the given index.

getExpressionCount()

public abstract int getExpressionCount()

repeated string expression = 1;

Returns
TypeDescription
int

The count of expression.

getExpressionList()

public abstract List<String> getExpressionList()

repeated string expression = 1;

Returns
TypeDescription
java.util.List<java.lang.String>

A list containing the expression.