Describes the lifecycle state of an Immersive Stream for XR resource.
| JSON representation |
|---|
{
"state"
:
enum (
|
| Fields | |
|---|---|
state
|
Current lifecycle state of the resource (e.g. if it's Live or Deprecated). |
description
|
Human readable message describing details about the current state. |
State
| Enums | |
|---|---|
STATE_UNSPECIFIED
|
Unspecified state. |
READY
|
Resource is ready and available for use. |
IN_USE
|
Resource is being used (referenced by other resources). In order to delete the resource, it must go through deprecation process to ensure it's no longer in use by other resources. |
CREATING
|
Resource is being created. |
UPDATING
|
Resource is being updated. |
DELETING
|
Resource is being deleted. |
ERROR
|
Resource encountered an error and is in indeterministic state. |

