com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnumpublic static enum AdxExt.SiteExt.AmpPage extends java.lang.Enum<AdxExt.SiteExt.AmpPage> implements com.google.protobuf.ProtocolMessageEnum
com.google.doubleclick.SiteExt.AmpPage| Enum Constant | Description |
|---|---|
DIALECT_HTML |
This is not an AMP page.
|
DIALECT_HTML_AMP |
This is an Amp page.
|
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DIALECT_HTML_AMP_VALUE |
This is an Amp page.
|
static int |
DIALECT_HTML_VALUE |
This is not an AMP page.
|
| Modifier and Type | Method | Description |
|---|---|---|
static AdxExt.SiteExt.AmpPage |
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.SiteExt.AmpPage> |
internalGetValueMap() |
|
static AdxExt.SiteExt.AmpPage |
valueOf(int value) |
Deprecated.
Use
forNumber(int) instead. |
static AdxExt.SiteExt.AmpPage |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.SiteExt.AmpPage |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AdxExt.SiteExt.AmpPage[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdxExt.SiteExt.AmpPage DIALECT_HTML
This is not an AMP page.
DIALECT_HTML = 0;public static final AdxExt.SiteExt.AmpPage DIALECT_HTML_AMP
This is an Amp page.
DIALECT_HTML_AMP = 1;public static final int DIALECT_HTML_VALUE
This is not an AMP page.
DIALECT_HTML = 0;public static final int DIALECT_HTML_AMP_VALUE
This is an Amp page.
DIALECT_HTML_AMP = 1;public static AdxExt.SiteExt.AmpPage[] values()
for (AdxExt.SiteExt.AmpPage c : AdxExt.SiteExt.AmpPage.values()) System.out.println(c);
public static AdxExt.SiteExt.AmpPage 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.SiteExt.AmpPage valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static AdxExt.SiteExt.AmpPage forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.SiteExt.AmpPage> 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.SiteExt.AmpPage 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.