public enum SkippableAdTypeEnum.SkippableAdType extends Enum<SkippableAdTypeEnum.SkippableAdType> implements ProtocolMessageEnumThe different types of skippable ads.
Protobuf enum google.ads.admanager.v1.SkippableAdTypeEnum.SkippableAdType
Implements
ProtocolMessageEnumStatic 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_VALUE |
Any skippable or not skippable. This is only for programmatic case when the creative skippability is decided by the buyside. |
DISABLED |
The ad is not skippable. |
DISABLED_VALUE |
The ad is not skippable. |
ENABLED |
The ad is skippable. |
ENABLED_VALUE |
The ad is skippable. |
INSTREAM_SELECT |
The ad is an instream select ad. |
INSTREAM_SELECT_VALUE |
The ad is an instream select ad. |
SKIPPABLE_AD_TYPE_UNSPECIFIED |
Default value. This value is unused. |
SKIPPABLE_AD_TYPE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
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() |
|