public enum AdBreakFillTypeEnum.AdBreakFillType extends Enum<AdBreakFillTypeEnum.AdBreakFillType> implements ProtocolMessageEnumDescribes 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
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AD_BREAK_FILL_TYPE_UNSPECIFIED |
Default value. This value is unused. |
AD_BREAK_FILL_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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_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. |
SLATE |
Ad break should be filled with slate. |
SLATE_VALUE |
Ad break should be filled with slate. |
UNDERLYING_CONTENT |
Ad break should be filled with underlying content. |
UNDERLYING_CONTENT_VALUE |
Ad break should be filled with underlying content. |
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() |
|