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

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

All the possible Gateway states.

Constants

STATE_UNSPECIFIED

value: 0
Gateway does not have a state yet.

CREATING

value: 1
Gateway is being created.

ACTIVE

value: 2
Gateway is running and ready for requests.

FAILED

value: 3
Gateway creation failed.

DELETING

value: 4
Gateway is being deleted.

UPDATING

value: 5
Gateway is being updated.