state property

String? state
getter/setter pair

Current state of the preview.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The default value. This value is used if the state is unknown.
  • "CREATING" : The preview is being created.
  • "SUCCEEDED" : The preview has succeeded.
  • "APPLYING" : The preview is being applied.
  • "STALE" : The preview is stale. A preview can become stale if a revision has been applied after this preview was created.
  • "DELETING" : The preview is being deleted.
  • "FAILED" : The preview has encountered an unexpected error.
  • "DELETED" : The preview has been deleted.

Implementation

core.String? state;