public enum Gateway.State extends Enum<Gateway.State> implements ProtocolMessageEnum
All the possible Gateway states.
Protobuf enum google.events.cloud.apigateway.v1.Gateway.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Gateway is running and ready for requests. |
ACTIVE_VALUE |
Gateway is running and ready for requests. |
CREATING |
Gateway is being created. |
CREATING_VALUE |
Gateway is being created. |
DELETING |
Gateway is being deleted. |
DELETING_VALUE |
Gateway is being deleted. |
FAILED |
Gateway creation failed. |
FAILED_VALUE |
Gateway creation failed. |
STATE_UNSPECIFIED |
Gateway does not have a state yet. |
STATE_UNSPECIFIED_VALUE |
Gateway does not have a state yet. |
UNRECOGNIZED |
|
UPDATING |
Gateway is being updated. |
UPDATING_VALUE |
Gateway 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() |