public enum Function.Types.State
Reference documentation and code samples for the Cloud Functions v2 API enum Function.Types.State.
Describes the current state of the function.
Namespace
Google.Cloud.Functions.V2Assembly
Google.Cloud.Functions.V2.dll
Fields |
|
---|---|
Name | Description |
Active |
Function has been successfully deployed and is serving. |
Deleting |
Function is being deleted. |
Deploying |
Function is being created or updated. |
Failed |
Function deployment failed and the function is not 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. |