Enum AdRuleSlotBumperEnum.AdRuleSlotBumper (0.54.0)

public enum AdRuleSlotBumperEnum.AdRuleSlotBumper extends Enum<AdRuleSlotBumperEnum.AdRuleSlotBumper> implements ProtocolMessageEnum

Types of bumper ads on an ad rule slot.

Protobuf enum google.ads.admanager.v1.AdRuleSlotBumperEnum.AdRuleSlotBumper

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_RULE_SLOT_BUMPER_UNSPECIFIED

Default value. This value is unused.

AD_RULE_SLOT_BUMPER_UNSPECIFIED = 0;

AD_RULE_SLOT_BUMPER_UNSPECIFIED_VALUE

Default value. This value is unused.

AD_RULE_SLOT_BUMPER_UNSPECIFIED = 0;

AFTER

Show a bumper ad after the slot's other ads.

AFTER = 1;

AFTER_VALUE

Show a bumper ad after the slot's other ads.

AFTER = 1;

BEFORE

Show a bumper ad before the slot's other ads.

BEFORE = 2;

BEFORE_AND_AFTER

Show a bumper before and after the slot's other ads.

BEFORE_AND_AFTER = 3;

BEFORE_AND_AFTER_VALUE

Show a bumper before and after the slot's other ads.

BEFORE_AND_AFTER = 3;

BEFORE_VALUE

Show a bumper ad before the slot's other ads.

BEFORE = 2;

NONE

Do not show a bumper ad.

NONE = 4;

NONE_VALUE

Do not show a bumper ad.

NONE = 4;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()