Interface CombinedRuleUserListInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CombinedRuleUserListInfo, CombinedRuleUserListInfo.Builder

    public interface CombinedRuleUserListInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasLeftOperand

        boolean hasLeftOperand()
         Left operand of the combined rule.
         This field is required and must be populated when creating new combined
         rule based user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;
        Returns:
        Whether the leftOperand field is set.
      • getLeftOperand

        UserListRuleInfo getLeftOperand()
         Left operand of the combined rule.
         This field is required and must be populated when creating new combined
         rule based user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;
        Returns:
        The leftOperand.
      • getLeftOperandOrBuilder

        UserListRuleInfoOrBuilder getLeftOperandOrBuilder()
         Left operand of the combined rule.
         This field is required and must be populated when creating new combined
         rule based user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo left_operand = 1;
      • hasRightOperand

        boolean hasRightOperand()
         Right operand of the combined rule.
         This field is required and must be populated when creating new combined
         rule based user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;
        Returns:
        Whether the rightOperand field is set.
      • getRightOperand

        UserListRuleInfo getRightOperand()
         Right operand of the combined rule.
         This field is required and must be populated when creating new combined
         rule based user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;
        Returns:
        The rightOperand.
      • getRightOperandOrBuilder

        UserListRuleInfoOrBuilder getRightOperandOrBuilder()
         Right operand of the combined rule.
         This field is required and must be populated when creating new combined
         rule based user list.
         
        .google.ads.googleads.v10.common.UserListRuleInfo right_operand = 2;
      • getRuleOperatorValue

        int getRuleOperatorValue()
         Operator to connect the two operands.
         Required for creating a combined rule user list.
         
        .google.ads.googleads.v10.enums.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator rule_operator = 3;
        Returns:
        The enum numeric value on the wire for ruleOperator.
      • getRuleOperator

        UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator getRuleOperator()
         Operator to connect the two operands.
         Required for creating a combined rule user list.
         
        .google.ads.googleads.v10.enums.UserListCombinedRuleOperatorEnum.UserListCombinedRuleOperator rule_operator = 3;
        Returns:
        The ruleOperator.