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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AFTER |
Represents the bumper position after the ad pod. |
AFTER_VALUE |
Represents the bumper position after the ad pod. |
BEFORE |
Represents the bumper position before the ad pod. |
BEFORE_VALUE |
Represents the bumper position before the ad pod. |
TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED |
Default value. This value is unused. |
TARGETED_VIDEO_BUMPER_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |