Google Cloud Video Live Stream V1 Client - Class State (0.7.5)

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

State of the asset resource.

Protobuf type google.cloud.video.livestream.v1.Asset.State

Namespace

Google \ Cloud \ Video \ LiveStream \ V1 \ Asset

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State is not specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

CREATING

Value: 1

The asset is being created.

Generated from protobuf enum CREATING = 1;

ACTIVE

Value: 2

The asset is ready for use.

Generated from protobuf enum ACTIVE = 2;

DELETING

Value: 3

The asset is being deleted.

Generated from protobuf enum DELETING = 3;

ERROR

Value: 4

The asset has an error.

Generated from protobuf enum ERROR = 4;