Current lifecycle state of the resource (e.g. if it's Live or Deprecated).
description
string
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.
[[["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 resource details the lifecycle state of an Immersive Stream for XR resource, including its JSON representation and associated fields."],["The `state` field, an enum, indicates the current lifecycle status of the resource, such as `READY`, `IN_USE`, or `DELETING`."],["The `description` field provides a human-readable message with details about the resource's current state."],["Possible states for the resource include `STATE_UNSPECIFIED`, `READY`, `IN_USE`, `CREATING`, `UPDATING`, `DELETING`, and `ERROR`."]]],[]]