Enum AdxExt.DealExt.DealType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AdxExt.DealExt.DealType>
    Enclosing class:
    AdxExt.DealExt

    public static enum AdxExt.DealExt.DealType
    extends Enum<AdxExt.DealExt.DealType>
    implements com.google.protobuf.ProtocolMessageEnum
     The type of the deal. Note that Authorized Buyers policy overrides apply to
     all Programmatic Guaranteed and Preferred Deal bids, and do not apply to
     bids for other deal types.
     
    Protobuf enum com.google.doubleclick.DealExt.DealType
    • Enum Constant Detail

      • PREFERRED_DEAL

        public static final AdxExt.DealExt.DealType PREFERRED_DEAL
         Bids are fixed-price and evaluated before the Open Auction. Bidders are
         not required to bid with Preferred Deals when they are present on the bid
         request. See https://support.google.com/authorizedbuyers/answer/2604595
         for more information.
         
        PREFERRED_DEAL = 1;
      • PRIVATE_AUCTION

        public static final AdxExt.DealExt.DealType PRIVATE_AUCTION
         Bids participate in a Private Auction against a select list of buyers
         with specific floors. See
         https://support.google.com/authorizedbuyers/answer/2839853 for more
         information.
         
        PRIVATE_AUCTION = 2;
      • PROGRAMMATIC_GUARANTEED

        public static final AdxExt.DealExt.DealType PROGRAMMATIC_GUARANTEED
         Bids are fixed-price and evaluated before the Open Auction. Bidders are
         expected to bid with Programmatic Guaranteed deals whenever they are
         present on a bid request and the must_bid field is true in order to
         ensure that the number of impressions agreed upon for a given deal are
         served. See https://support.google.com/authorizedbuyers/answer/7174589
         for more information.
         
        PROGRAMMATIC_GUARANTEED = 3;
      • AUCTION_PACKAGE

        public static final AdxExt.DealExt.DealType AUCTION_PACKAGE
         The deal ID is an identifier for a collection of Open Auction inventory
         matching a given set of targeting criteria. See
         https://support.google.com/authorizedbuyers/answer/7516884 for more
         information.
         
        AUCTION_PACKAGE = 4;
    • Field Detail

      • UNKNOWN_DEAL_TYPE_VALUE

        public static final int UNKNOWN_DEAL_TYPE_VALUE
        UNKNOWN_DEAL_TYPE = 0;
        See Also:
        Constant Field Values
      • PREFERRED_DEAL_VALUE

        public static final int PREFERRED_DEAL_VALUE
         Bids are fixed-price and evaluated before the Open Auction. Bidders are
         not required to bid with Preferred Deals when they are present on the bid
         request. See https://support.google.com/authorizedbuyers/answer/2604595
         for more information.
         
        PREFERRED_DEAL = 1;
        See Also:
        Constant Field Values
      • PRIVATE_AUCTION_VALUE

        public static final int PRIVATE_AUCTION_VALUE
         Bids participate in a Private Auction against a select list of buyers
         with specific floors. See
         https://support.google.com/authorizedbuyers/answer/2839853 for more
         information.
         
        PRIVATE_AUCTION = 2;
        See Also:
        Constant Field Values
      • PROGRAMMATIC_GUARANTEED_VALUE

        public static final int PROGRAMMATIC_GUARANTEED_VALUE
         Bids are fixed-price and evaluated before the Open Auction. Bidders are
         expected to bid with Programmatic Guaranteed deals whenever they are
         present on a bid request and the must_bid field is true in order to
         ensure that the number of impressions agreed upon for a given deal are
         served. See https://support.google.com/authorizedbuyers/answer/7174589
         for more information.
         
        PROGRAMMATIC_GUARANTEED = 3;
        See Also:
        Constant Field Values
      • AUCTION_PACKAGE_VALUE

        public static final int AUCTION_PACKAGE_VALUE
         The deal ID is an identifier for a collection of Open Auction inventory
         matching a given set of targeting criteria. See
         https://support.google.com/authorizedbuyers/answer/7516884 for more
         information.
         
        AUCTION_PACKAGE = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static AdxExt.DealExt.DealType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AdxExt.DealExt.DealType c : AdxExt.DealExt.DealType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AdxExt.DealExt.DealType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static AdxExt.DealExt.DealType valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static AdxExt.DealExt.DealType forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.DealExt.DealType> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static AdxExt.DealExt.DealType valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null