Google Ads Ad Manager V1 Client - Class LiveStreamEventStatus (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class LiveStreamEventStatus.

Describes the status of a LiveStreamEvent object.

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

Namespace

Google \ Ads \ AdManager \ V1 \ LiveStreamEventStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LIVE_STREAM_EVENT_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum LIVE_STREAM_EVENT_STATUS_UNSPECIFIED = 0;

ACTIVE

Value: 1

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

Generated from protobuf enum ACTIVE = 1;

ADS_PAUSED

Value: 2

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

Generated from protobuf enum ADS_PAUSED = 2;

ARCHIVED

Value: 3

Indicates the LiveStreamEvent has been archived.

Generated from protobuf enum ARCHIVED = 3;

PAUSED

Value: 4

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

Generated from protobuf enum PAUSED = 4;