state property
State of the API.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : API does not have a state yet.
- "CREATING" : API is being created.
- "ACTIVE" : API is active.
- "FAILED" : API creation failed.
- "DELETING" : API is being deleted.
- "UPDATING" : API is being updated.
Implementation
core.String? state;