com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnumpublic static enum AdxExt.NativeRequestExt.LayoutType extends java.lang.Enum<AdxExt.NativeRequestExt.LayoutType> implements com.google.protobuf.ProtocolMessageEnum
[AdX: BidRequest.AdSlot.native_ad_template[0].style_layout_type]Protobuf enum
com.google.doubleclick.NativeRequestExt.LayoutType| Modifier and Type | Field | Description |
|---|---|---|
static int |
FLUID_VALUE |
FLUID = 1; |
static int |
PIXEL_VALUE |
PIXEL = 0; |
| Modifier and Type | Method | Description |
|---|---|---|
static AdxExt.NativeRequestExt.LayoutType |
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.NativeRequestExt.LayoutType> |
internalGetValueMap() |
|
static AdxExt.NativeRequestExt.LayoutType |
valueOf(int value) |
Deprecated.
Use
forNumber(int) instead. |
static AdxExt.NativeRequestExt.LayoutType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.NativeRequestExt.LayoutType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.NativeRequestExt.LayoutType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdxExt.NativeRequestExt.LayoutType PIXEL
PIXEL = 0;public static final AdxExt.NativeRequestExt.LayoutType FLUID
FLUID = 1;public static final int PIXEL_VALUE
PIXEL = 0;public static final int FLUID_VALUE
FLUID = 1;public static AdxExt.NativeRequestExt.LayoutType[] values()
for (AdxExt.NativeRequestExt.LayoutType c : AdxExt.NativeRequestExt.LayoutType.values()) System.out.println(c);
public static AdxExt.NativeRequestExt.LayoutType 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.NativeRequestExt.LayoutType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AdxExt.NativeRequestExt.LayoutType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.NativeRequestExt.LayoutType> 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.NativeRequestExt.LayoutType 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.