Interface RuleBasedUserListInfoOrBuilder

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

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

      • getPrepopulationStatusValue

        int getPrepopulationStatusValue()
         The status of pre-population. The field is default to NONE if not set which
         means the previous users will not be considered. If set to REQUESTED, past
         site visitors or app users who match the list definition will be included
         in the list (works on the Display Network only). This will only
         add past users from within the last 30 days, depending on the
         list's membership duration and the date when the remarketing tag is added.
         The status will be updated to FINISHED once request is processed, or FAILED
         if the request fails.
         
        .google.ads.googleads.v14.enums.UserListPrepopulationStatusEnum.UserListPrepopulationStatus prepopulation_status = 1;
        Returns:
        The enum numeric value on the wire for prepopulationStatus.
      • getPrepopulationStatus

        UserListPrepopulationStatusEnum.UserListPrepopulationStatus getPrepopulationStatus()
         The status of pre-population. The field is default to NONE if not set which
         means the previous users will not be considered. If set to REQUESTED, past
         site visitors or app users who match the list definition will be included
         in the list (works on the Display Network only). This will only
         add past users from within the last 30 days, depending on the
         list's membership duration and the date when the remarketing tag is added.
         The status will be updated to FINISHED once request is processed, or FAILED
         if the request fails.
         
        .google.ads.googleads.v14.enums.UserListPrepopulationStatusEnum.UserListPrepopulationStatus prepopulation_status = 1;
        Returns:
        The prepopulationStatus.
      • hasFlexibleRuleUserList

        boolean hasFlexibleRuleUserList()
         Flexible rule representation of visitors with one or multiple actions. The
         flexible user list is defined by two lists of operands – inclusive_operands
         and exclusive_operands; each operand represents a set of users based on
         actions they took in a given timeframe. These lists of operands are
         combined with the AND_NOT operator, so that users represented by the
         inclusive operands are included in the user list, minus the users
         represented by the exclusive operands.
         
        .google.ads.googleads.v14.common.FlexibleRuleUserListInfo flexible_rule_user_list = 5;
        Returns:
        Whether the flexibleRuleUserList field is set.
      • getFlexibleRuleUserList

        FlexibleRuleUserListInfo getFlexibleRuleUserList()
         Flexible rule representation of visitors with one or multiple actions. The
         flexible user list is defined by two lists of operands – inclusive_operands
         and exclusive_operands; each operand represents a set of users based on
         actions they took in a given timeframe. These lists of operands are
         combined with the AND_NOT operator, so that users represented by the
         inclusive operands are included in the user list, minus the users
         represented by the exclusive operands.
         
        .google.ads.googleads.v14.common.FlexibleRuleUserListInfo flexible_rule_user_list = 5;
        Returns:
        The flexibleRuleUserList.
      • getFlexibleRuleUserListOrBuilder

        FlexibleRuleUserListInfoOrBuilder getFlexibleRuleUserListOrBuilder()
         Flexible rule representation of visitors with one or multiple actions. The
         flexible user list is defined by two lists of operands – inclusive_operands
         and exclusive_operands; each operand represents a set of users based on
         actions they took in a given timeframe. These lists of operands are
         combined with the AND_NOT operator, so that users represented by the
         inclusive operands are included in the user list, minus the users
         represented by the exclusive operands.
         
        .google.ads.googleads.v14.common.FlexibleRuleUserListInfo flexible_rule_user_list = 5;