Interface InvalidRuleOrBuilder (0.37.0)

public interface InvalidRuleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract String getError()

Validation error on a parsed expression.

string error = 2;

Returns
TypeDescription
String

The error.

getErrorBytes()

public abstract ByteString getErrorBytes()

Validation error on a parsed expression.

string error = 2;

Returns
TypeDescription
ByteString

The bytes for error.

getRule()

public abstract Rule getRule()

Triggered rule.

.google.cloud.contentwarehouse.v1.Rule rule = 1;

Returns
TypeDescription
Rule

The rule.

getRuleOrBuilder()

public abstract RuleOrBuilder getRuleOrBuilder()

Triggered rule.

.google.cloud.contentwarehouse.v1.Rule rule = 1;

Returns
TypeDescription
RuleOrBuilder

hasRule()

public abstract boolean hasRule()

Triggered rule.

.google.cloud.contentwarehouse.v1.Rule rule = 1;

Returns
TypeDescription
boolean

Whether the rule field is set.