Enum AdBreakStateEnum.AdBreakState (0.27.0)

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

ProtocolMessageEnum

Static Fields

Name Description
AD_BREAK_STATE_UNSPECIFIED

Default value. This value is unused.

AD_BREAK_STATE_UNSPECIFIED = 0;

AD_BREAK_STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

AD_BREAK_STATE_UNSPECIFIED = 0;

COMPLETE

The ad break has started serving to users. You cannot delete or update the ad break.

COMPLETE = 2;

COMPLETE_VALUE

The ad break has started serving to users. You cannot delete or update the ad break.

COMPLETE = 2;

DECISIONED

The ad break's decisioning has finished. You can delete, but not update the ad break.

DECISIONED = 1;

DECISIONED_VALUE

The ad break's decisioning has finished. You can delete, but not update the ad break.

DECISIONED = 1;

SCHEDULED

The ad break is scheduled and decisioning will start later. You can delete or update the ad break.

SCHEDULED = 3;

SCHEDULED_VALUE

The ad break is scheduled and decisioning will start later. You can delete or update the ad break.

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