state property

String? state
getter/setter pair

The current state of the document.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : The document state is unspecified.
  • "CREATING" : The document creation is in progress.
  • "ACTIVE" : The document is active and ready to use.
  • "UPDATING" : The document updation is in progress.
  • "RELOADING" : The document is reloading.
  • "DELETING" : The document deletion is in progress.

Implementation

core.String? state;