public static enum BrxRtb095.Protocol extends Enum<BrxRtb095.Protocol> implements com.google.protobuf.ProtocolMessageEnum
Protocol
Enum Constant and Description |
---|
VAST_1_0
VAST_1_0 = 1; |
VAST_2_0
VAST_2_0 = 2; |
VAST_3_0
VAST_3_0 = 3; |
VAST_WRAPPER_1_0
VAST_WRAPPER_1_0 = 4; |
VAST_WRAPPER_2_0
VAST_WRAPPER_2_0 = 5; |
VAST_WRAPPER_3_0
VAST_WRAPPER_3_0 = 6; |
Modifier and Type | Field and Description |
---|---|
private int |
index |
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Protocol> |
internalValueMap |
private int |
value |
private static BrxRtb095.Protocol[] |
VALUES |
static int |
VAST_1_0_VALUE
VAST_1_0 = 1; |
static int |
VAST_2_0_VALUE
VAST_2_0 = 2; |
static int |
VAST_3_0_VALUE
VAST_3_0 = 3; |
static int |
VAST_WRAPPER_1_0_VALUE
VAST_WRAPPER_1_0 = 4; |
static int |
VAST_WRAPPER_2_0_VALUE
VAST_WRAPPER_2_0 = 5; |
static int |
VAST_WRAPPER_3_0_VALUE
VAST_WRAPPER_3_0 = 6; |
Modifier and Type | Method and Description |
---|---|
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<BrxRtb095.Protocol> |
internalGetValueMap() |
static BrxRtb095.Protocol |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static BrxRtb095.Protocol |
valueOf(int value) |
static BrxRtb095.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrxRtb095.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrxRtb095.Protocol VAST_1_0
VAST_1_0 = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.7 List of standard video bid response protocols
public static final BrxRtb095.Protocol VAST_2_0
VAST_2_0 = 2;
public static final BrxRtb095.Protocol VAST_3_0
VAST_3_0 = 3;
public static final BrxRtb095.Protocol VAST_WRAPPER_1_0
VAST_WRAPPER_1_0 = 4;
public static final BrxRtb095.Protocol VAST_WRAPPER_2_0
VAST_WRAPPER_2_0 = 5;
public static final BrxRtb095.Protocol VAST_WRAPPER_3_0
VAST_WRAPPER_3_0 = 6;
public static final int VAST_1_0_VALUE
VAST_1_0 = 1;
BASED ON OPEN RTB 2.1 ENUMERATION TABLE 6.7 List of standard video bid response protocols
public static final int VAST_2_0_VALUE
VAST_2_0 = 2;
public static final int VAST_3_0_VALUE
VAST_3_0 = 3;
public static final int VAST_WRAPPER_1_0_VALUE
VAST_WRAPPER_1_0 = 4;
public static final int VAST_WRAPPER_2_0_VALUE
VAST_WRAPPER_2_0 = 5;
public static final int VAST_WRAPPER_3_0_VALUE
VAST_WRAPPER_3_0 = 6;
private static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Protocol> internalValueMap
private static final BrxRtb095.Protocol[] VALUES
private final int index
private final int value
public static BrxRtb095.Protocol[] values()
for (BrxRtb095.Protocol c : BrxRtb095.Protocol.values()) System.out.println(c);
public static BrxRtb095.Protocol valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static BrxRtb095.Protocol valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<BrxRtb095.Protocol> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BrxRtb095.Protocol valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)