Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class State.
State of the VOD config.
Protobuf type google.cloud.video.stitcher.v1.VodConfig.State
Namespace
Google \ Cloud \ Video \ Stitcher \ V1 \ VodConfigMethods
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: 1VOD config is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2VOD config is ready for use.
Generated from protobuf enum READY = 2;
DELETING
Value: 3VOD config is queued up for deletion.
Generated from protobuf enum DELETING = 3;