Enum AdBreakFillTypeEnum.AdBreakFillType (0.54.0)

public enum AdBreakFillTypeEnum.AdBreakFillType extends Enum<AdBreakFillTypeEnum.AdBreakFillType> implements ProtocolMessageEnum

Describes what should be used to fill an empty or underfilled ad break during a live stream.

Protobuf enum google.ads.admanager.v1.AdBreakFillTypeEnum.AdBreakFillType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AD_BREAK_FILL_TYPE_UNSPECIFIED

Default value. This value is unused.

AD_BREAK_FILL_TYPE_UNSPECIFIED = 0;

AD_BREAK_FILL_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

AD_BREAK_FILL_TYPE_UNSPECIFIED = 0;

MINIMIZE_SLATE

Ad break should be filled with mostly underlying content. When ad content can't be aligned with underlying content during transition, the gap will be bridged with slate to maintain the timeline.

MINIMIZE_SLATE = 1;

MINIMIZE_SLATE_VALUE

Ad break should be filled with mostly underlying content. When ad content can't be aligned with underlying content during transition, the gap will be bridged with slate to maintain the timeline.

MINIMIZE_SLATE = 1;

SLATE

Ad break should be filled with slate.

SLATE = 2;

SLATE_VALUE

Ad break should be filled with slate.

SLATE = 2;

UNDERLYING_CONTENT

Ad break should be filled with underlying content.

UNDERLYING_CONTENT = 3;

UNDERLYING_CONTENT_VALUE

Ad break should be filled with underlying content.

UNDERLYING_CONTENT = 3;

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