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 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;