Google Cloud Video Stitcher V1 Client - Class State (0.5.1)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class State.

State of the live config.

Protobuf type google.cloud.video.stitcher.v1.LiveConfig.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State is not specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

Live config is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

Live config is ready for use.

Generated from protobuf enum READY = 2;

DELETING

Value: 3

Live config is queued up for deletion.

Generated from protobuf enum DELETING = 3;