public enum ApiConfig.Types.StateReference documentation and code samples for the API Gateway v1 API enum ApiConfig.Types.State.
All the possible API Config states.
Namespace
Google.Cloud.ApiGateway.V1Assembly
Google.Cloud.ApiGateway.V1.dll
Fields |
|
|---|---|
| Name | Description |
Activating |
API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways. |
Active |
API Config is ready for use by Gateways. |
Creating |
API Config is being created and deployed to the API Controller. |
Deleting |
API Config is being deleted. |
Failed |
API Config creation failed. |
Unspecified |
API Config does not have a state yet. |
Updating |
API Config is being updated. |