Enum VideoPositionEnum.VideoPosition (0.27.0)

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

ProtocolMessageEnum

Static Fields

Name Description
ALL

Allow ad placement at any position within the video.

ALL = 1;

ALL_VALUE

Allow ad placement at any position within the video.

ALL = 1;

MIDROLL

Target ad placement during the video.

MIDROLL = 2;

MIDROLL_VALUE

Target ad placement during the video.

MIDROLL = 2;

POSTROLL

Target ad placement after the video ends.

POSTROLL = 3;

POSTROLL_VALUE

Target ad placement after the video ends.

POSTROLL = 3;

PREROLL

Target ad placement before the video starts.

PREROLL = 4;

PREROLL_VALUE

Target ad placement before the video starts.

PREROLL = 4;

UNRECOGNIZED
VIDEO_POSITION_UNSPECIFIED

Default value. This value is unused.

VIDEO_POSITION_UNSPECIFIED = 0;

VIDEO_POSITION_UNSPECIFIED_VALUE

Default value. This value is unused.

VIDEO_POSITION_UNSPECIFIED = 0;

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