public interface ExpressionConditionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |