public enum ApiConfig.State extends Enum<ApiConfig.State> implements ProtocolMessageEnum
All the possible API Config states.
Protobuf enum google.events.cloud.apigateway.v1.ApiConfig.State
Implements
ProtocolMessageEnumInherited Members
Static Fields |
|
---|---|
Name | Description |
ACTIVATING |
API Config settings are being activated in downstream systems. API Configs in this state cannot be used by Gateways. |
ACTIVATING_VALUE |
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. |
ACTIVE_VALUE |
API Config is ready for use by Gateways. |
CREATING |
API Config is being created and deployed to the API Controller. |
CREATING_VALUE |
API Config is being created and deployed to the API Controller. |
DELETING |
API Config is being deleted. |
DELETING_VALUE |
API Config is being deleted. |
FAILED |
API Config creation failed. |
FAILED_VALUE |
API Config creation failed. |
STATE_UNSPECIFIED |
API Config does not have a state yet. |
STATE_UNSPECIFIED_VALUE |
API Config does not have a state yet. |
UNRECOGNIZED |
|
UPDATING |
API Config is being updated. |
UPDATING_VALUE |
API Config is being updated. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |