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 \ LiveStreamEventStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LIVE_STREAM_EVENT_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum LIVE_STREAM_EVENT_STATUS_UNSPECIFIED = 0;
ACTIVE
Value: 1Indicates the LiveStreamEvent has been created and is eligible for streaming.
Generated from protobuf enum ACTIVE = 1;
ADS_PAUSED
Value: 2Indicates that the stream is still being served, but ad insertion should be paused temporarily.
Generated from protobuf enum ADS_PAUSED = 2;
ARCHIVED
Value: 3Indicates the LiveStreamEvent has been archived.
Generated from protobuf enum ARCHIVED = 3;
PAUSED
Value: 4Indicates the LiveStreamEvent has been paused. This can be made #ACTIVE at later time.
Generated from protobuf enum PAUSED = 4;