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 \ AssetMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State is not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The asset is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2The asset is ready for use.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3The asset is being deleted.
Generated from protobuf enum DELETING = 3;
ERROR
Value: 4The asset has an error.
Generated from protobuf enum ERROR = 4;