Interface RuleActionsPairOrBuilder (0.37.0)

public interface RuleActionsPairOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionOutputs(int index)

public abstract ActionOutput getActionOutputs(int index)

Outputs of executing the actions associated with the above rule.

repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ActionOutput

getActionOutputsCount()

public abstract int getActionOutputsCount()

Outputs of executing the actions associated with the above rule.

repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;

Returns
TypeDescription
int

getActionOutputsList()

public abstract List<ActionOutput> getActionOutputsList()

Outputs of executing the actions associated with the above rule.

repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;

Returns
TypeDescription
List<ActionOutput>

getActionOutputsOrBuilder(int index)

public abstract ActionOutputOrBuilder getActionOutputsOrBuilder(int index)

Outputs of executing the actions associated with the above rule.

repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
ActionOutputOrBuilder

getActionOutputsOrBuilderList()

public abstract List<? extends ActionOutputOrBuilder> getActionOutputsOrBuilderList()

Outputs of executing the actions associated with the above rule.

repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;

Returns
TypeDescription
List<? extends com.google.cloud.contentwarehouse.v1.ActionOutputOrBuilder>

getRule()

public abstract Rule getRule()

Represents the rule.

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

Returns
TypeDescription
Rule

The rule.

getRuleOrBuilder()

public abstract RuleOrBuilder getRuleOrBuilder()

Represents the rule.

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

Returns
TypeDescription
RuleOrBuilder

hasRule()

public abstract boolean hasRule()

Represents the rule.

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

Returns
TypeDescription
boolean

Whether the rule field is set.