Interface RuleActionsPairOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuleActionsPair,RuleActionsPair.Builder
public interface RuleActionsPairOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionOutputgetActionOutputs(int index)Outputs of executing the actions associated with the above rule.intgetActionOutputsCount()Outputs of executing the actions associated with the above rule.List<ActionOutput>getActionOutputsList()Outputs of executing the actions associated with the above rule.ActionOutputOrBuildergetActionOutputsOrBuilder(int index)Outputs of executing the actions associated with the above rule.List<? extends ActionOutputOrBuilder>getActionOutputsOrBuilderList()Outputs of executing the actions associated with the above rule.RulegetRule()Represents the rule.RuleOrBuildergetRuleOrBuilder()Represents the rule.booleanhasRule()Represents the rule.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRule
boolean hasRule()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;- Returns:
- Whether the rule field is set.
-
getRule
Rule getRule()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;- Returns:
- The rule.
-
getRuleOrBuilder
RuleOrBuilder getRuleOrBuilder()
Represents the rule.
.google.cloud.contentwarehouse.v1.Rule rule = 1;
-
getActionOutputsList
List<ActionOutput> getActionOutputsList()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
-
getActionOutputs
ActionOutput getActionOutputs(int index)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
-
getActionOutputsCount
int getActionOutputsCount()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
-
getActionOutputsOrBuilderList
List<? extends ActionOutputOrBuilder> getActionOutputsOrBuilderList()
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
-
getActionOutputsOrBuilder
ActionOutputOrBuilder getActionOutputsOrBuilder(int index)
Outputs of executing the actions associated with the above rule.
repeated .google.cloud.contentwarehouse.v1.ActionOutput action_outputs = 2;
-
-