Interface ActionExecutorOutputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ActionExecutorOutput,ActionExecutorOutput.Builder
public interface ActionExecutorOutputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleActionsPairgetRuleActionsPairs(int index)List of rule and corresponding actions result.intgetRuleActionsPairsCount()List of rule and corresponding actions result.List<RuleActionsPair>getRuleActionsPairsList()List of rule and corresponding actions result.RuleActionsPairOrBuildergetRuleActionsPairsOrBuilder(int index)List of rule and corresponding actions result.List<? extends RuleActionsPairOrBuilder>getRuleActionsPairsOrBuilderList()List of rule and corresponding actions result.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRuleActionsPairsList
List<RuleActionsPair> getRuleActionsPairsList()
List of rule and corresponding actions result.
repeated .google.cloud.contentwarehouse.v1.RuleActionsPair rule_actions_pairs = 1;
-
getRuleActionsPairs
RuleActionsPair getRuleActionsPairs(int index)
List of rule and corresponding actions result.
repeated .google.cloud.contentwarehouse.v1.RuleActionsPair rule_actions_pairs = 1;
-
getRuleActionsPairsCount
int getRuleActionsPairsCount()
List of rule and corresponding actions result.
repeated .google.cloud.contentwarehouse.v1.RuleActionsPair rule_actions_pairs = 1;
-
getRuleActionsPairsOrBuilderList
List<? extends RuleActionsPairOrBuilder> getRuleActionsPairsOrBuilderList()
List of rule and corresponding actions result.
repeated .google.cloud.contentwarehouse.v1.RuleActionsPair rule_actions_pairs = 1;
-
getRuleActionsPairsOrBuilder
RuleActionsPairOrBuilder getRuleActionsPairsOrBuilder(int index)
List of rule and corresponding actions result.
repeated .google.cloud.contentwarehouse.v1.RuleActionsPair rule_actions_pairs = 1;
-
-