state property

String? state
getter/setter pair

State of the resource Possible string values are:

  • "STATE_UNSPECIFIED" : The state has not been populated in this message.
  • "CREATING" : Resource has an active Create operation.
  • "ACTIVE" : Resource has no outstanding operations on it or has active Update operations.
  • "DELETING" : Resource has an active Delete operation.

Implementation

core.String? state;