public enum CloudFunctionStatusReference documentation and code samples for the Cloud Functions v1 API enum CloudFunctionStatus.
Describes the current stage of a deployment.
Namespace
Google.Cloud.Functions.V1Assembly
Google.Cloud.Functions.V1.dll
Fields | 
      |
|---|---|
| Name | Description | 
Active | 
        Function has been successfully deployed and is serving.  | 
      
DeleteInProgress | 
        Function is being deleted.  | 
      
DeployInProgress | 
        Function is being created or updated.  | 
      
Offline | 
        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.  | 
      
Unspecified | 
        Not specified. Invalid state.  |