state property

String? state
getter/setter pair

This LabelLock's state.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unknown state.
  • "ACTIVE" : The LabelLock is active and is being enforced by the server.
  • "DELETING" : The LabelLock is being deleted. The LabelLock will continue to be enforced by the server until it has been fully removed.

Implementation

core.String? state;