public enum CloudFunctionStatus extends Enum<CloudFunctionStatus> implements ProtocolMessageEnumDescribes the current stage of a deployment.
Protobuf enum google.cloud.functions.v1.CloudFunctionStatus
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACTIVE | Function has been successfully deployed and is serving. |
| ACTIVE_VALUE | Function has been successfully deployed and is serving. |
| CLOUD_FUNCTION_STATUS_UNSPECIFIED | Not specified. Invalid state. |
| CLOUD_FUNCTION_STATUS_UNSPECIFIED_VALUE | Not specified. Invalid state. |
| DELETE_IN_PROGRESS | Function is being deleted. |
| DELETE_IN_PROGRESS_VALUE | Function is being deleted. |
| DEPLOY_IN_PROGRESS | Function is being created or updated. |
| DEPLOY_IN_PROGRESS_VALUE | Function is being created or updated. |
| OFFLINE | Function deployment failed and the function isn’t serving. |
| OFFLINE_VALUE | Function deployment failed and the function isn’t serving. |
| 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() |