com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnumpublic static enum AdxExt.EventTrackerExt.Context extends java.lang.Enum<AdxExt.EventTrackerExt.Context> implements com.google.protobuf.ProtocolMessageEnum
Additional context provided for rendering.Protobuf enum
com.google.doubleclick.EventTrackerExt.Context| Enum Constant | Description |
|---|---|
OMID |
Currently not supported.
|
UNKNOWN |
UNKNOWN = 0; |
| Modifier and Type | Field | Description |
|---|---|---|
static int |
OMID_VALUE |
Currently not supported.
|
static int |
UNKNOWN_VALUE |
UNKNOWN = 0; |
| Modifier and Type | Method | Description |
|---|---|---|
static AdxExt.EventTrackerExt.Context |
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.EventTrackerExt.Context> |
internalGetValueMap() |
|
static AdxExt.EventTrackerExt.Context |
valueOf(int value) |
Deprecated.
Use
forNumber(int) instead. |
static AdxExt.EventTrackerExt.Context |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.EventTrackerExt.Context |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.EventTrackerExt.Context[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdxExt.EventTrackerExt.Context UNKNOWN
UNKNOWN = 0;public static final AdxExt.EventTrackerExt.Context OMID
Currently not supported.
OMID = 1;public static final int UNKNOWN_VALUE
UNKNOWN = 0;public static final int OMID_VALUE
Currently not supported.
OMID = 1;public static AdxExt.EventTrackerExt.Context[] values()
for (AdxExt.EventTrackerExt.Context c : AdxExt.EventTrackerExt.Context.values()) System.out.println(c);
public static AdxExt.EventTrackerExt.Context 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.EventTrackerExt.Context valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AdxExt.EventTrackerExt.Context forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.EventTrackerExt.Context> 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.EventTrackerExt.Context 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.