Class State (1.9.3)

State(value)

All the possible API states.

Values: STATE_UNSPECIFIED (0): API does not have a state yet. CREATING (1): API is being created. ACTIVE (2): API is active. FAILED (3): API creation failed. DELETING (4): API is being deleted. UPDATING (5): API is being updated.