Module: Google::Cloud::Video::LiveStream::V1::Clip::State
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
State of clipping operation.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0
- PENDING =
The operation is pending to be picked up by the server.
1
- CREATING =
The server admitted this create clip request, and outputs are under processing.
2
- SUCCEEDED =
Outputs are available in the specified Cloud Storage bucket. For additional information, see the
outputs
field. 3
- FAILED =
The operation has failed. For additional information, see the
error
field. 4