Module: Google::Cloud::Video::Stitcher::V1::LiveConfig::State

Defined in:
proto_docs/google/cloud/video/stitcher/v1/live_configs.rb

Overview

State of the live config.

Constant Summary collapse

STATE_UNSPECIFIED =

State is not specified.

0
CREATING =

Live config is being created.

1
READY =

Live config is ready for use.

2
DELETING =

Live config is queued up for deletion.

3