public interface RuleActionsPairOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
index |
int |
| 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;
| 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;
| 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;
| Name | Description |
index |
int |
| 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;
| 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;
| Type | Description |
Rule |
The rule. |
getRuleOrBuilder()
public abstract RuleOrBuilder getRuleOrBuilder()Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
| Type | Description |
RuleOrBuilder |
hasRule()
public abstract boolean hasRule()Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
| Type | Description |
boolean |
Whether the rule field is set. |