Package com.google.doubleclick
Enum AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement
- java.lang.Object
-
- java.lang.Enum<AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement>
-
- com.google.doubleclick.AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement>
- Enclosing class:
- AdxExt.ImpExt.CreativeEnforcementSettings
public static enum AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement extends Enum<AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement> implements com.google.protobuf.ProtocolMessageEnum
Creative publisher blocks enforcement level that applies to this request. Publisher blocks allow publishers to control which creatives can be shown on their properties. Deals may also override publisher blocks. Please refer to Deals.adx_ext. publisher_blocks_overridden field.
Protobuf enumcom.google.doubleclick.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PUBLISHER_BLOCKS_ENFORCEMENT_APPLIESThe publisher's blocking controls are enforced on creatives submitted.PUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDENThe publisher's blocking controls are not enforced on creatives submitted.PUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWNPUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN = 0;
-
Field Summary
Fields Modifier and Type Field Description static intPUBLISHER_BLOCKS_ENFORCEMENT_APPLIES_VALUEThe publisher's blocking controls are enforced on creatives submitted.static intPUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDEN_VALUEThe publisher's blocking controls are not enforced on creatives submitted.static intPUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN_VALUEPUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcementforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement>internalGetValueMap()static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcementvalueOf(int value)Deprecated.static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcementvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcementvalueOf(String name)Returns the enum constant of this type with the specified name.static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN
public static final AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement PUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN
PUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN = 0;
-
PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES
public static final AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES
The publisher's blocking controls are enforced on creatives submitted. Publisher blocks enforcement settings are provided in the following fields: - Imp.adx_ext.publisher_settings_list_id - bcat - Imp.adx_ext.allowed_restricted_category - Imp.adx_ext.allowed_vendor_type - Audio.battr - Video.battr - Banner.battr - Native.battr
PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES = 1;
-
PUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDEN
public static final AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement PUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDEN
The publisher's blocking controls are not enforced on creatives submitted.
PUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDEN = 2;
-
-
Field Detail
-
PUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN_VALUE
public static final int PUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN_VALUE
PUBLISHER_BLOCKS_ENFORCEMENT_UNKNOWN = 0;- See Also:
- Constant Field Values
-
PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES_VALUE
public static final int PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES_VALUE
The publisher's blocking controls are enforced on creatives submitted. Publisher blocks enforcement settings are provided in the following fields: - Imp.adx_ext.publisher_settings_list_id - bcat - Imp.adx_ext.allowed_restricted_category - Imp.adx_ext.allowed_vendor_type - Audio.battr - Video.battr - Banner.battr - Native.battr
PUBLISHER_BLOCKS_ENFORCEMENT_APPLIES = 1;- See Also:
- Constant Field Values
-
PUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDEN_VALUE
public static final int PUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDEN_VALUE
The publisher's blocking controls are not enforced on creatives submitted.
PUBLISHER_BLOCKS_ENFORCEMENT_OVERRIDDEN = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement c : AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static AdxExt.ImpExt.CreativeEnforcementSettings.PublisherBlocksEnforcement valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-