public enum AdBreakStateEnum.AdBreakState extends Enum<AdBreakStateEnum.AdBreakState> implements ProtocolMessageEnum
Represents the state of an ad break
Protobuf enum google.ads.admanager.v1.AdBreakStateEnum.AdBreakState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AD_BREAK_STATE_UNSPECIFIED |
Default value. This value is unused. |
AD_BREAK_STATE_UNSPECIFIED_VALUE |
Default value. This value is unused. |
COMPLETE |
The ad break has started serving to users. You cannot delete or update the ad break. |
COMPLETE_VALUE |
The ad break has started serving to users. You cannot delete or update the ad break. |
DECISIONED |
The ad break's decisioning has finished. You can delete, but not update the ad break. |
DECISIONED_VALUE |
The ad break's decisioning has finished. You can delete, but not update the ad break. |
SCHEDULED |
The ad break is scheduled and decisioning will start later. You can delete or update the ad break. |
SCHEDULED_VALUE |
The ad break is scheduled and decisioning will start later. You can delete or update the ad break. |
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() |