Enum TargetedVideoBumperTypeEnum.TargetedVideoBumperType (0.27.0)

public enum TargetedVideoBumperTypeEnum.TargetedVideoBumperType extends Enum<TargetedVideoBumperTypeEnum.TargetedVideoBumperType> implements ProtocolMessageEnum

Represents the options for targetable bumper positions, surrounding an ad pod, within a video stream. This includes before and after the supported ad pod positions, VideoPositionType.PREROLL, VideoPositionType.MIDROLL, and VideoPositionType.POSTROLL.

Protobuf enum google.ads.admanager.v1.TargetedVideoBumperTypeEnum.TargetedVideoBumperType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AFTER

Represents the bumper position after the ad pod.

AFTER = 1;

AFTER_VALUE

Represents the bumper position after the ad pod.

AFTER = 1;

BEFORE

Represents the bumper position before the ad pod.

BEFORE = 2;

BEFORE_VALUE

Represents the bumper position before the ad pod.

BEFORE = 2;

TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED

Default value. This value is unused.

TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED = 0;

TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED = 0;

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()