Interface RuleActionsPairOrBuilder (0.38.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
List<? extends com.google.cloud.contentwarehouse.v1.ActionOutputOrBuilder>

getRule()

public abstract Rule getRule()

Represents the rule.

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

Returns
Type Description
Rule

The rule.

getRuleOrBuilder()

public abstract RuleOrBuilder getRuleOrBuilder()

Represents the rule.

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

Returns
Type Description
RuleOrBuilder

hasRule()

public abstract boolean hasRule()

Represents the rule.

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

Returns
Type Description
boolean

Whether the rule field is set.