Interface ExpressionConditionOrBuilder (0.1.0)

public interface ExpressionConditionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpression()

public abstract String getExpression()

Required. The string representation of cloud.api.Expression condition.

string expression = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The expression.

getExpressionBytes()

public abstract ByteString getExpressionBytes()

Required. The string representation of cloud.api.Expression condition.

string expression = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for expression.