Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::Event::State (v0.9.0)

Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::Event::State.

State of the event

Constants

STATE_UNSPECIFIED

value: 0
Event state is not specified.

SCHEDULED

value: 1
Event is scheduled but not executed yet.

RUNNING

value: 2
Event is being executed.

SUCCEEDED

value: 3
Event has been successfully executed.

FAILED

value: 4
Event fails to be executed.

PENDING

value: 5
Event has been created but not scheduled yet.

STOPPED

value: 6
Event was stopped before running for its full duration.