Enum LiveStreamEventStatusEnum.LiveStreamEventStatus (0.54.0)

public enum LiveStreamEventStatusEnum.LiveStreamEventStatus extends Enum<LiveStreamEventStatusEnum.LiveStreamEventStatus> implements ProtocolMessageEnum

Describes the status of a LiveStreamEvent object.

Protobuf enum google.ads.admanager.v1.LiveStreamEventStatusEnum.LiveStreamEventStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Indicates the LiveStreamEvent has been created and is eligible for streaming.

ACTIVE = 1;

ACTIVE_VALUE

Indicates the LiveStreamEvent has been created and is eligible for streaming.

ACTIVE = 1;

ADS_PAUSED

Indicates that the stream is still being served, but ad insertion should be paused temporarily.

ADS_PAUSED = 2;

ADS_PAUSED_VALUE

Indicates that the stream is still being served, but ad insertion should be paused temporarily.

ADS_PAUSED = 2;

ARCHIVED

Indicates the LiveStreamEvent has been archived.

ARCHIVED = 3;

ARCHIVED_VALUE

Indicates the LiveStreamEvent has been archived.

ARCHIVED = 3;

LIVE_STREAM_EVENT_STATUS_UNSPECIFIED

Default value. This value is unused.

LIVE_STREAM_EVENT_STATUS_UNSPECIFIED = 0;

LIVE_STREAM_EVENT_STATUS_UNSPECIFIED_VALUE

Default value. This value is unused.

LIVE_STREAM_EVENT_STATUS_UNSPECIFIED = 0;

PAUSED

Indicates the LiveStreamEvent has been paused. This can be made #ACTIVE at later time.

PAUSED = 4;

PAUSED_VALUE

Indicates the LiveStreamEvent has been paused. This can be made #ACTIVE at later time.

PAUSED = 4;

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