state property

String? state
getter/setter pair

State of the API Config.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : API Config does not have a state yet.
  • "CREATING" : API Config is being created and deployed to the API Controller.
  • "ACTIVE" : API Config is ready for use by Gateways.
  • "FAILED" : API Config creation failed.
  • "DELETING" : API Config is being deleted.
  • "UPDATING" : API Config is being updated.
  • "ACTIVATING" : API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways.

Implementation

core.String? state;