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 in use (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 unknown state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-01-31 UTC."],[[["This document defines the lifecycle states of an Immersive Stream for XR resource."],["The resource's state is represented in JSON with a `state` field (enum) and a `description` field (string)."],["Possible states include `STATE_UNSPECIFIED`, `READY`, `IN_USE`, `CREATING`, `UPDATING`, `DELETING`, and `ERROR`."],["The `IN_USE` state indicates the resource is referenced by other resources and must go through deprecation before deletion."]]],[]]