Module: Google::Cloud::Video::LiveStream::V1::Asset::State
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
State of the asset resource.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is not specified.
0
- CREATING =
The asset is being created.
1
- ACTIVE =
The asset is ready for use.
2
- DELETING =
The asset is being deleted.
3
- ERROR =
The asset has an error.
4