Module: Google::Cloud::Video::Stitcher::V1::VodConfig::State
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/vod_configs.rb
Overview
State of the VOD config.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0
- CREATING =
VOD config is being created.
1
- READY =
VOD config is ready for use.
2
- DELETING =
VOD config is queued up for deletion.
3