public interface InvalidRuleOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract String getError()Validation error on a parsed expression.
string error = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The error. |
getErrorBytes()
public abstract ByteString getErrorBytes()Validation error on a parsed expression.
string error = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for error. |
getRule()
public abstract Rule getRule()Triggered rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
| Returns | |
|---|---|
| Type | Description |
Rule |
The rule. |
getRuleOrBuilder()
public abstract RuleOrBuilder getRuleOrBuilder()Triggered rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
| Returns | |
|---|---|
| Type | Description |
RuleOrBuilder |
|
hasRule()
public abstract boolean hasRule()Triggered rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rule field is set. |