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 Detail

      • getInclusiveRuleOperatorValue

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

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

        java.util.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.v15.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.v15.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.v15.common.FlexibleRuleOperandInfo inclusive_operands = 2;
      • getInclusiveOperandsOrBuilderList

        java.util.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.v15.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.v15.common.FlexibleRuleOperandInfo inclusive_operands = 2;
      • getExclusiveOperandsList

        java.util.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.v15.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.v15.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.v15.common.FlexibleRuleOperandInfo exclusive_operands = 3;
      • getExclusiveOperandsOrBuilderList

        java.util.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.v15.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.v15.common.FlexibleRuleOperandInfo exclusive_operands = 3;