Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class State.
State of clipping operation.
Protobuf type google.cloud.video.livestream.v1.Clip.State
Namespace
Google \ Cloud \ Video \ LiveStream \ V1 \ ClipMethods
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;
PENDING
Value: 1
The operation is pending to be picked up by the server.
Generated from protobuf enum PENDING = 1;
CREATING
Value: 2
The server admitted this create clip request, and outputs are under processing.
Generated from protobuf enum CREATING = 2;
SUCCEEDED
Value: 3
Outputs are available in the specified Cloud Storage bucket. For
additional information, see the outputs
field.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4
The operation has failed. For additional information, see the error
field.
Generated from protobuf enum FAILED = 4;