public enum VideoPositionEnum.VideoPosition extends Enum<VideoPositionEnum.VideoPosition> implements ProtocolMessageEnum
Represents a targetable position within a video.
Protobuf enum google.ads.admanager.v1.VideoPositionEnum.VideoPosition
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL |
Allow ad placement at any position within the video. |
ALL_VALUE |
Allow ad placement at any position within the video. |
MIDROLL |
Target ad placement during the video. |
MIDROLL_VALUE |
Target ad placement during the video. |
POSTROLL |
Target ad placement after the video ends. |
POSTROLL_VALUE |
Target ad placement after the video ends. |
PREROLL |
Target ad placement before the video starts. |
PREROLL_VALUE |
Target ad placement before the video starts. |
UNRECOGNIZED |
|
VIDEO_POSITION_UNSPECIFIED |
Default value. This value is unused. |
VIDEO_POSITION_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |