Interface FlexibleRuleUserListInfoOrBuilder

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

public interface FlexibleRuleUserListInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getInclusiveRuleOperatorValue

      int getInclusiveRuleOperatorValue()
       Operator that defines how the inclusive operands are combined.
       
      .google.ads.googleads.v18.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;
      Returns:
      The enum numeric value on the wire for inclusiveRuleOperator.
    • getInclusiveRuleOperator

       Operator that defines how the inclusive operands are combined.
       
      .google.ads.googleads.v18.enums.UserListFlexibleRuleOperatorEnum.UserListFlexibleRuleOperator inclusive_rule_operator = 1;
      Returns:
      The inclusiveRuleOperator.
    • getInclusiveOperandsList

      List<FlexibleRuleOperandInfo> getInclusiveOperandsList()
       Rules representing users that should be included in the user list. These
       are located on the left side of the AND_NOT operator, and joined together
       by either AND/OR as specified by the inclusive_rule_operator.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;
    • getInclusiveOperands

      FlexibleRuleOperandInfo getInclusiveOperands(int index)
       Rules representing users that should be included in the user list. These
       are located on the left side of the AND_NOT operator, and joined together
       by either AND/OR as specified by the inclusive_rule_operator.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;
    • getInclusiveOperandsCount

      int getInclusiveOperandsCount()
       Rules representing users that should be included in the user list. These
       are located on the left side of the AND_NOT operator, and joined together
       by either AND/OR as specified by the inclusive_rule_operator.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;
    • getInclusiveOperandsOrBuilderList

      List<? extends FlexibleRuleOperandInfoOrBuilder> getInclusiveOperandsOrBuilderList()
       Rules representing users that should be included in the user list. These
       are located on the left side of the AND_NOT operator, and joined together
       by either AND/OR as specified by the inclusive_rule_operator.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;
    • getInclusiveOperandsOrBuilder

      FlexibleRuleOperandInfoOrBuilder getInclusiveOperandsOrBuilder(int index)
       Rules representing users that should be included in the user list. These
       are located on the left side of the AND_NOT operator, and joined together
       by either AND/OR as specified by the inclusive_rule_operator.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo inclusive_operands = 2;
    • getExclusiveOperandsList

      List<FlexibleRuleOperandInfo> getExclusiveOperandsList()
       Rules representing users that should be excluded from the user list. These
       are located on the right side of the AND_NOT operator, and joined together
       by OR.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;
    • getExclusiveOperands

      FlexibleRuleOperandInfo getExclusiveOperands(int index)
       Rules representing users that should be excluded from the user list. These
       are located on the right side of the AND_NOT operator, and joined together
       by OR.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;
    • getExclusiveOperandsCount

      int getExclusiveOperandsCount()
       Rules representing users that should be excluded from the user list. These
       are located on the right side of the AND_NOT operator, and joined together
       by OR.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;
    • getExclusiveOperandsOrBuilderList

      List<? extends FlexibleRuleOperandInfoOrBuilder> getExclusiveOperandsOrBuilderList()
       Rules representing users that should be excluded from the user list. These
       are located on the right side of the AND_NOT operator, and joined together
       by OR.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;
    • getExclusiveOperandsOrBuilder

      FlexibleRuleOperandInfoOrBuilder getExclusiveOperandsOrBuilder(int index)
       Rules representing users that should be excluded from the user list. These
       are located on the right side of the AND_NOT operator, and joined together
       by OR.
       
      repeated .google.ads.googleads.v18.common.FlexibleRuleOperandInfo exclusive_operands = 3;