Package com.google.doubleclick
Enum AdxExt.DealExt.DealType
- java.lang.Object
-
- java.lang.Enum<AdxExt.DealExt.DealType>
-
- com.google.doubleclick.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 enumcom.google.doubleclick.DealExt.DealType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AUCTION_PACKAGEThe deal ID is an identifier for a collection of Open Auction inventory matching a given set of targeting criteria.PREFERRED_DEALBids are fixed-price and evaluated before the Open Auction.PRIVATE_AUCTIONBids participate in a Private Auction against a select list of buyers with specific floors.PROGRAMMATIC_GUARANTEEDBids are fixed-price and evaluated before the Open Auction.UNKNOWN_DEAL_TYPEUNKNOWN_DEAL_TYPE = 0;
-
Field Summary
Fields Modifier and Type Field Description static intAUCTION_PACKAGE_VALUEThe deal ID is an identifier for a collection of Open Auction inventory matching a given set of targeting criteria.static intPREFERRED_DEAL_VALUEBids are fixed-price and evaluated before the Open Auction.static intPRIVATE_AUCTION_VALUEBids participate in a Private Auction against a select list of buyers with specific floors.static intPROGRAMMATIC_GUARANTEED_VALUEBids are fixed-price and evaluated before the Open Auction.static intUNKNOWN_DEAL_TYPE_VALUEUNKNOWN_DEAL_TYPE = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdxExt.DealExt.DealTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AdxExt.DealExt.DealType>internalGetValueMap()static AdxExt.DealExt.DealTypevalueOf(int value)Deprecated.static AdxExt.DealExt.DealTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AdxExt.DealExt.DealTypevalueOf(String name)Returns the enum constant of this type with the specified name.static AdxExt.DealExt.DealType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNKNOWN_DEAL_TYPE
public static final AdxExt.DealExt.DealType UNKNOWN_DEAL_TYPE
UNKNOWN_DEAL_TYPE = 0;
-
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-
-