public enum LiveStreamEventStatusEnum.LiveStreamEventStatus extends Enum<LiveStreamEventStatusEnum.LiveStreamEventStatus> implements ProtocolMessageEnumDescribes the status of a LiveStreamEvent object.
Protobuf enum google.ads.admanager.v1.LiveStreamEventStatusEnum.LiveStreamEventStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
Indicates the LiveStreamEvent has been created and is eligible for streaming. |
ACTIVE_VALUE |
Indicates the LiveStreamEvent has been created and is eligible for streaming. |
ADS_PAUSED |
Indicates that the stream is still being served, but ad insertion should be paused temporarily. |
ADS_PAUSED_VALUE |
Indicates that the stream is still being served, but ad insertion should be paused temporarily. |
ARCHIVED |
Indicates the LiveStreamEvent has been archived. |
ARCHIVED_VALUE |
Indicates the LiveStreamEvent has been archived. |
LIVE_STREAM_EVENT_STATUS_UNSPECIFIED |
Default value. This value is unused. |
LIVE_STREAM_EVENT_STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
PAUSED |
Indicates the LiveStreamEvent has been paused. This can be made #ACTIVE at later time. |
PAUSED_VALUE |
Indicates the LiveStreamEvent has been paused. This can be made #ACTIVE at later time. |
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() |
|