Module: Google::Cloud::ApiGateway::V1::Api::State

Defined in:
proto_docs/google/cloud/apigateway/v1/apigateway.rb

Overview

All the possible API states.

Constant Summary collapse

STATE_UNSPECIFIED =

API does not have a state yet.

0
CREATING =

API is being created.

1
ACTIVE =

API is active.

2
FAILED =

API creation failed.

3
DELETING =

API is being deleted.

4
UPDATING =

API is being updated.

5