Enum SkippableAdTypeEnum.SkippableAdType (0.54.0)

public enum SkippableAdTypeEnum.SkippableAdType extends Enum<SkippableAdTypeEnum.SkippableAdType> implements ProtocolMessageEnum

The different types of skippable ads.

Protobuf enum google.ads.admanager.v1.SkippableAdTypeEnum.SkippableAdType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ANY

Any skippable or not skippable. This is only for programmatic case when the creative skippability is decided by the buyside.

ANY = 1;

ANY_VALUE

Any skippable or not skippable. This is only for programmatic case when the creative skippability is decided by the buyside.

ANY = 1;

DISABLED

The ad is not skippable.

DISABLED = 2;

DISABLED_VALUE

The ad is not skippable.

DISABLED = 2;

ENABLED

The ad is skippable.

ENABLED = 3;

ENABLED_VALUE

The ad is skippable.

ENABLED = 3;

INSTREAM_SELECT

The ad is an instream select ad.

INSTREAM_SELECT = 4;

INSTREAM_SELECT_VALUE

The ad is an instream select ad.

INSTREAM_SELECT = 4;

SKIPPABLE_AD_TYPE_UNSPECIFIED

Default value. This value is unused.

SKIPPABLE_AD_TYPE_UNSPECIFIED = 0;

SKIPPABLE_AD_TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

SKIPPABLE_AD_TYPE_UNSPECIFIED = 0;

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