API Gateway V1 API - Module Google::Cloud::ApiGateway::V1::Api::State (v0.7.0)

Reference documentation and code samples for the API Gateway V1 API module Google::Cloud::ApiGateway::V1::Api::State.

All the possible API states.

Constants

STATE_UNSPECIFIED

value: 0
API does not have a state yet.

CREATING

value: 1
API is being created.

ACTIVE

value: 2
API is active.

FAILED

value: 3
API creation failed.

DELETING

value: 4
API is being deleted.

UPDATING

value: 5
API is being updated.