Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class State.
State of the event
Protobuf type google.cloud.video.livestream.v1.Event.State
Methods
name
value
mixed
value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
Event state is not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SCHEDULED
Value: 1
Event is scheduled but not executed yet.
Generated from protobuf enum SCHEDULED = 1;
RUNNING
Value: 2
Event is being executed.
Generated from protobuf enum RUNNING = 2;
SUCCEEDED
Value: 3
Event has been successfully executed.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4
Event fails to be executed.
Generated from protobuf enum FAILED = 4;
PENDING
Value: 5
Event has been created but not scheduled yet.
Generated from protobuf enum PENDING = 5;
STOPPED
Value: 6
Event was stopped before running for its full duration.
Generated from protobuf enum STOPPED = 6;