com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnumpublic static enum AdxExt.BidExt.ExchangeDealType extends java.lang.Enum<AdxExt.BidExt.ExchangeDealType> implements com.google.protobuf.ProtocolMessageEnum
[AdX: BidResponse.Ad.AdSlot.exchange_deal_type]Protobuf enum
com.google.doubleclick.BidExt.ExchangeDealType| Enum Constant | Description |
|---|---|
EXCHANGE_AUCTION_PACKAGE |
EXCHANGE_AUCTION_PACKAGE = 3; |
OPEN_AUCTION |
OPEN_AUCTION = 0; |
PREFERRED_DEAL |
PREFERRED_DEAL = 2; |
PRIVATE_AUCTION |
PRIVATE_AUCTION = 1; |
| Modifier and Type | Field | Description |
|---|---|---|
static int |
EXCHANGE_AUCTION_PACKAGE_VALUE |
EXCHANGE_AUCTION_PACKAGE = 3; |
static int |
OPEN_AUCTION_VALUE |
OPEN_AUCTION = 0; |
static int |
PREFERRED_DEAL_VALUE |
PREFERRED_DEAL = 2; |
static int |
PRIVATE_AUCTION_VALUE |
PRIVATE_AUCTION = 1; |
| Modifier and Type | Method | Description |
|---|---|---|
static AdxExt.BidExt.ExchangeDealType |
forNumber(int value) |
|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
|
int |
getNumber() |
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
|
static com.google.protobuf.Internal.EnumLiteMap<AdxExt.BidExt.ExchangeDealType> |
internalGetValueMap() |
|
static AdxExt.BidExt.ExchangeDealType |
valueOf(int value) |
Deprecated.
Use
forNumber(int) instead. |
static AdxExt.BidExt.ExchangeDealType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.BidExt.ExchangeDealType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.BidExt.ExchangeDealType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdxExt.BidExt.ExchangeDealType OPEN_AUCTION
OPEN_AUCTION = 0;public static final AdxExt.BidExt.ExchangeDealType PRIVATE_AUCTION
PRIVATE_AUCTION = 1;public static final AdxExt.BidExt.ExchangeDealType PREFERRED_DEAL
PREFERRED_DEAL = 2;public static final AdxExt.BidExt.ExchangeDealType EXCHANGE_AUCTION_PACKAGE
EXCHANGE_AUCTION_PACKAGE = 3;public static final int OPEN_AUCTION_VALUE
OPEN_AUCTION = 0;public static final int PRIVATE_AUCTION_VALUE
PRIVATE_AUCTION = 1;public static final int PREFERRED_DEAL_VALUE
PREFERRED_DEAL = 2;public static final int EXCHANGE_AUCTION_PACKAGE_VALUE
EXCHANGE_AUCTION_PACKAGE = 3;public static AdxExt.BidExt.ExchangeDealType[] values()
for (AdxExt.BidExt.ExchangeDealType c : AdxExt.BidExt.ExchangeDealType.values()) System.out.println(c);
public static AdxExt.BidExt.ExchangeDealType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static AdxExt.BidExt.ExchangeDealType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AdxExt.BidExt.ExchangeDealType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.BidExt.ExchangeDealType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static AdxExt.BidExt.ExchangeDealType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
desc - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019 Google, Inc.. All rights reserved.