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

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

Namespace

Google \ Cloud \ Video \ Stitcher \ V1 \ LiveConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::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;