public enum Function.State extends Enum<Function.State> implements ProtocolMessageEnum
Describes the current state of the function.
Protobuf enum google.events.cloud.functions.v2.Function.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
Function has been successfully deployed and is serving. |
ACTIVE_VALUE |
Function has been successfully deployed and is serving. |
DELETING |
Function is being deleted. |
DELETING_VALUE |
Function is being deleted. |
DEPLOYING |
Function is being created or updated. |
DEPLOYING_VALUE |
Function is being created or updated. |
FAILED |
Function deployment failed and the function is not serving. |
FAILED_VALUE |
Function deployment failed and the function is not serving. |
STATE_UNSPECIFIED |
Not specified. Invalid state. |
STATE_UNSPECIFIED_VALUE |
Not specified. Invalid state. |
UNKNOWN |
Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state. |
UNKNOWN_VALUE |
Function deployment failed and the function serving state is undefined. The function should be updated or deleted to move it out of this state. |
UNRECOGNIZED |
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() |